From c3baf62800b149bbd966e5dcd11bce498f428b72 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Tue, 26 Oct 2010 19:22:23 +0000 Subject: [PATCH] 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 --- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.cpp b/lib/Target/ARM/ARMBaseRegisterInfo.cpp index 7fb4616a9b6..736ba6d50b3 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;