Nuke extraneous comment. It's applicable elsewhere, but not in this func.
authorJim Grosbach <grosbach@apple.com>
Tue, 26 Oct 2010 19:22:23 +0000 (19:22 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 26 Oct 2010 19:22:23 +0000 (19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117387 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMBaseRegisterInfo.cpp

index 7fb4616a9b678c471937b7e3c8f18633b4ecce97..736ba6d50b38972e7264292e89bcc06ccae056bb 100644 (file)
@@ -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;