mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Comment out a variable that is only used in commented out code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37f80658b3
commit
72478e6046
@ -37,7 +37,7 @@ void PTXRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
|
||||
unsigned Index;
|
||||
MachineInstr &MI = *II;
|
||||
//MachineBasicBlock &MBB = *MI.getParent();
|
||||
DebugLoc dl = MI.getDebugLoc();
|
||||
//DebugLoc dl = MI.getDebugLoc();
|
||||
//MachineRegisterInfo &MRI = MI.getParent()->getParent()->getRegInfo();
|
||||
|
||||
//unsigned Reg = MRI.createVirtualRegister(PTX::RegF32RegisterClass);
|
||||
|
Loading…
Reference in New Issue
Block a user