projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7539366
)
Fix comment.
author
Eric Christopher
<echristo@apple.com>
Wed, 8 Dec 2010 21:35:09 +0000
(21:35 +0000)
committer
Eric Christopher
<echristo@apple.com>
Wed, 8 Dec 2010 21:35:09 +0000
(21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121285
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/RegAllocFast.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/RegAllocFast.cpp
b/lib/CodeGen/RegAllocFast.cpp
index ede5dc4b5b02c351387c8e653421403b002a3f99..58ab0bf1918c3abc154d8b7e6d0c944cd71b50a9 100644
(file)
--- 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 t
o
value we
+ // The physreg was allocated to a virtual register. That means t
he
value we
// wanted has been clobbered.
llvm_unreachable("Instruction uses an allocated register");
}