Nuke invalid comment from copy/paste.
authorJim Grosbach <grosbach@apple.com>
Thu, 22 Dec 2011 17:04:50 +0000 (17:04 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 22 Dec 2011 17:04:50 +0000 (17:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147150 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index f276862bf921fe9358c19bbe3dc852508831145e..af9f97d2d1758baa850e682be9a5ac68b2da1636 100644 (file)
@@ -5835,7 +5835,6 @@ processInstruction(MCInst &Inst,
     case ARM::LSLr: ShiftTy = ARM_AM::lsl; break;
     case ARM::RORr: ShiftTy = ARM_AM::ror; break;
     }
-    // A shift by zero is a plain MOVr, not a MOVsi.
     unsigned Shifter = ARM_AM::getSORegOpc(ShiftTy, 0);
     MCInst TmpInst;
     TmpInst.setOpcode(ARM::MOVsr);