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:
Duncan Sands 2011-10-05 15:12:44 +00:00
parent 37f80658b3
commit 72478e6046

View File

@ -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);