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:
a4319e5
)
Should fix mesa
author
Andrew Lenharth
<andrewl@lenharth.org>
Sun, 13 Mar 2005 00:43:20 +0000
(
00:43
+0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Sun, 13 Mar 2005 00:43:20 +0000
(
00:43
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20577
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaRegisterInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaRegisterInfo.cpp
b/lib/Target/Alpha/AlphaRegisterInfo.cpp
index 7a4df2bd3514b473e85005b11b05450be09fb421..3c8c616f000162cf27dc1d85f08e447dd09ccf11 100644
(file)
--- a/
lib/Target/Alpha/AlphaRegisterInfo.cpp
+++ b/
lib/Target/Alpha/AlphaRegisterInfo.cpp
@@
-196,7
+196,7
@@
AlphaRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II) const {
//insert the new
MachineInstr* nMI=BuildMI(Alpha::LDAH, 2, Alpha::R28)
.addImm(getUpper16(Offset)).addReg(FP ? Alpha::R15 : Alpha::R30);
- MBB.insert(
--
II, nMI);
+ MBB.insert(II, nMI);
} else {
MI.SetMachineOperandConst(i, MachineOperand::MO_SignExtendedImmed, Offset);
}