summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocFast.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-12-08 21:35:09 +0000
committerEric Christopher <echristo@apple.com>2010-12-08 21:35:09 +0000
commit66a8bf57eaf6cdde058eb024fd1d7d312d8aec1c (patch)
treee54d06e76101d39cd449d99942163efbeae0f2d0 /llvm/lib/CodeGen/RegAllocFast.cpp
parent86aed7d5fc673c04a31ba2d2a3633fd8e2b795a8 (diff)
downloadbcm5719-llvm-66a8bf57eaf6cdde058eb024fd1d7d312d8aec1c.tar.gz
bcm5719-llvm-66a8bf57eaf6cdde058eb024fd1d7d312d8aec1c.zip
Fix comment.
llvm-svn: 121285
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocFast.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocFast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocFast.cpp b/llvm/lib/CodeGen/RegAllocFast.cpp
index ede5dc4b5b0..58ab0bf1918 100644
--- a/llvm/lib/CodeGen/RegAllocFast.cpp
+++ b/llvm/lib/CodeGen/RegAllocFast.cpp
@@ -334,7 +334,7 @@ void RAFast::usePhysReg(MachineOperand &MO) {
MO.setIsKill();
return;
default:
- // The physreg was allocated to a virtual register. That means to value we
+ // The physreg was allocated to a virtual register. That means the value we
// wanted has been clobbered.
llvm_unreachable("Instruction uses an allocated register");
}
OpenPOWER on IntegriCloud