get rid of superfluous comment
authorReed Kotler <rkotler@mips.com>
Mon, 9 Dec 2013 22:08:32 +0000 (22:08 +0000)
committerReed Kotler <rkotler@mips.com>
Mon, 9 Dec 2013 22:08:32 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196829 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/Mips16InstrInfo.cpp

index ecc39e129cdb324829124fa4317f4fa85cd1a33e..3736358bb6d91015f28a6b45006ca6b0808f62dd 100644 (file)
@@ -174,7 +174,6 @@ void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize,
                     MachineBasicBlock::iterator I) const {
   DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
   if (isUInt<11>(FrameSize))
-    //BuildMI(MBB, I, DL, get(Mips::SaveRaF16)).addImm(FrameSize);
     BuildMI(MBB, I, DL, get(Mips::SaveX16)).addReg(Mips::RA).
             addReg(Mips::S0).
             addReg(Mips::S1).addReg(Mips::S2).addImm(FrameSize);