diff options
author | Eric Christopher <echristo@apple.com> | 2010-12-08 21:35:09 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-12-08 21:35:09 +0000 |
commit | 66a8bf57eaf6cdde058eb024fd1d7d312d8aec1c (patch) | |
tree | e54d06e76101d39cd449d99942163efbeae0f2d0 /llvm/lib | |
parent | 86aed7d5fc673c04a31ba2d2a3633fd8e2b795a8 (diff) | |
download | bcm5719-llvm-66a8bf57eaf6cdde058eb024fd1d7d312d8aec1c.tar.gz bcm5719-llvm-66a8bf57eaf6cdde058eb024fd1d7d312d8aec1c.zip |
Fix comment.
llvm-svn: 121285
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocFast.cpp | 2 |
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"); } |