Nuke extraneous comment. It's applicable elsewhere, but not in this func.

llvm-svn: 117387
This commit is contained in:
Jim Grosbach 2010-10-26 19:22:23 +00:00
parent 8fc50c296a
commit 79b3bf4d81
1 changed files with 0 additions and 2 deletions

View 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;