[llvm] r196829 - get rid of superfluous comment
Reed Kotler
rkotler at mips.com
Mon Dec 9 14:08:33 PST 2013
Author: rkotler
Date: Mon Dec 9 16:08:32 2013
New Revision: 196829
URL: http://llvm.org/viewvc/llvm-project?rev=196829&view=rev
Log:
get rid of superfluous comment
Modified:
llvm/trunk/lib/Target/Mips/Mips16InstrInfo.cpp
Modified: llvm/trunk/lib/Target/Mips/Mips16InstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/Mips16InstrInfo.cpp?rev=196829&r1=196828&r2=196829&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/Mips16InstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/Mips/Mips16InstrInfo.cpp Mon Dec 9 16:08:32 2013
@@ -174,7 +174,6 @@ void Mips16InstrInfo::makeFrame(unsigned
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);
More information about the llvm-commits
mailing list