diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-26 19:22:23 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-26 19:22:23 +0000 |
commit | c3baf62800b149bbd966e5dcd11bce498f428b72 (patch) | |
tree | 362c855fcc6f6ccf58938ab2c69be793abcc134f | |
parent | c8cb3535a9828dc8e8ce8587e35ef77c8e8ef2a0 (diff) |
Nuke extraneous comment. It's applicable elsewhere, but not in this func.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117387 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMBaseRegisterInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.cpp b/lib/Target/ARM/ARMBaseRegisterInfo.cpp index 7fb4616a9b..736ba6d50b 100644 --- a/lib/Target/ARM/ARMBaseRegisterInfo.cpp +++ b/lib/Target/ARM/ARMBaseRegisterInfo.cpp @@ -1314,8 +1314,6 @@ getFrameIndexInstrOffset(const MachineInstr *MI, int Idx) const { switch (AddrMode) { case ARMII::AddrModeT2_i8: case ARMII::AddrModeT2_i12: - // i8 supports only negative, and i12 supports only positive, so - // based on Offset sign, consider the appropriate instruction InstrOffs = MI->getOperand(Idx+1).getImm(); Scale = 1; break; |