summaryrefslogtreecommitdiff
path: root/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
commitf299da8ec3fee88a1b275560a7f94be4cf10d089 (patch)
tree5d3ba891efe8ccfcba79795bef41be9f75c8ec2d /lib/CodeGen/RegAllocFast.cpp
parent753936602ef6c5e97aba29e89606087b51a6c886 (diff)
downloadllvm-f299da8ec3fee88a1b275560a7f94be4cf10d089.tar.gz
llvm-f299da8ec3fee88a1b275560a7f94be4cf10d089.tar.bz2
llvm-f299da8ec3fee88a1b275560a7f94be4cf10d089.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocFast.cpp')
-rw-r--r--lib/CodeGen/RegAllocFast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocFast.cpp b/lib/CodeGen/RegAllocFast.cpp
index ede5dc4b5b..58ab0bf191 100644
--- a/lib/CodeGen/RegAllocFast.cpp
+++ b/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");
}