mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Remove commented out code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -267,9 +267,6 @@ void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount,
|
|||||||
MachineBasicBlock::iterator I,
|
MachineBasicBlock::iterator I,
|
||||||
unsigned Reg1, unsigned Reg2) const {
|
unsigned Reg1, unsigned Reg2) const {
|
||||||
DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
|
DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
|
||||||
// MachineRegisterInfo &RegInfo = MBB.getParent()->getRegInfo();
|
|
||||||
// unsigned Reg1 = RegInfo.createVirtualRegister(&Mips::CPU16RegsRegClass);
|
|
||||||
// unsigned Reg2 = RegInfo.createVirtualRegister(&Mips::CPU16RegsRegClass);
|
|
||||||
//
|
//
|
||||||
// li reg1, constant
|
// li reg1, constant
|
||||||
// move reg2, sp
|
// move reg2, sp
|
||||||
|
Reference in New Issue
Block a user