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:
569f2fa
)
Update comment.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 31 Jan 2007 22:06:44 +0000
(22:06 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 31 Jan 2007 22:06:44 +0000
(22:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33721
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMRegisterInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMRegisterInfo.cpp
b/lib/Target/ARM/ARMRegisterInfo.cpp
index b7d8b19cbbeb698ef5cf283f0ebea7ae4e3c073c..75cc48bf80189034a7c96706d5f00f4a7d4f7e70 100644
(file)
--- a/
lib/Target/ARM/ARMRegisterInfo.cpp
+++ b/
lib/Target/ARM/ARMRegisterInfo.cpp
@@
-620,7
+620,7
@@
void ARMRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II) const{
} else if (Opcode == ARM::tADDrSPi) {
Offset += MI.getOperand(i+1).getImm();
assert((Offset & 3) == 0 &&
- "add/sub sp, #imm immediate must be multiple of 4!");
+ "
Thumb
add/sub sp, #imm immediate must be multiple of 4!");
Offset >>= 2;
if (Offset == 0) {
// Turn it into a move.