Update comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33721 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-01-31 22:06:44 +00:00
parent 569f2fa7f1
commit 86eb515359

View File

@ -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.