1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Comment out a variable that is only used in commented out code.

llvm-svn: 141183
This commit is contained in:
Duncan Sands 2011-10-05 15:12:44 +00:00
parent 443784b0d0
commit e0d53880e0

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