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:
a6321b4
)
fix typo
author
Chris Lattner
<sabre@nondot.org>
Sat, 11 Oct 2008 23:59:03 +0000
(23:59 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 11 Oct 2008 23:59:03 +0000
(23:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57388
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SimpleRegisterCoalescing.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SimpleRegisterCoalescing.cpp
b/lib/CodeGen/SimpleRegisterCoalescing.cpp
index 0a77826a24eb00e8a0abbed7ecdd0d0a9ed980f6..bb860d293e5554dd0d7760a247b5c77aa9397a1c 100644
(file)
--- a/
lib/CodeGen/SimpleRegisterCoalescing.cpp
+++ b/
lib/CodeGen/SimpleRegisterCoalescing.cpp
@@
-465,7
+465,7
@@
bool SimpleRegisterCoalescing::ReMaterializeTrivialDef(LiveInterval &SrcInt,
MachineBasicBlock *MBB = CopyMI->getParent();
tii_->reMaterialize(*MBB, MII, DstReg, DefMI);
MachineInstr *NewMI = prior(MII);
- // CopyMI may have implicit
instruction
s, transfer them over to the newly
+ // CopyMI may have implicit
operand
s, transfer them over to the newly
// rematerialized instruction. And update implicit def interval valnos.
for (unsigned i = CopyMI->getDesc().getNumOperands(),
e = CopyMI->getNumOperands(); i != e; ++i) {