From: Duncan Sands Date: Wed, 5 Oct 2011 15:12:44 +0000 (+0000) Subject: Comment out a variable that is only used in commented out code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72478e6046980ecf68c8e6fe9a65eefe80571314;p=oota-llvm.git 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 --- diff --git a/lib/Target/PTX/PTXRegisterInfo.cpp b/lib/Target/PTX/PTXRegisterInfo.cpp index cb1670f28db..c8062664a93 100644 --- a/lib/Target/PTX/PTXRegisterInfo.cpp +++ b/lib/Target/PTX/PTXRegisterInfo.cpp @@ -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);