mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33721 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
569f2fa7f1
commit
86eb515359
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user