Remove unused variables.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 2 Sep 2011 22:41:25 +0000 (22:41 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 2 Sep 2011 22:41:25 +0000 (22:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139047 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 706b1a2f80ce0c28450a26b070d7a3d93ff886a5..f21fca7270e161a55d1bc345a2ccc1ba7ebc5939 100644 (file)
@@ -11633,10 +11633,6 @@ X86TargetLowering::EmitLoweredSelect(MachineInstr *MI,
 
   // If the EFLAGS register isn't dead in the terminator, then claim that it's
   // live into the sink and copy blocks.
-  const MachineFunction *MF = BB->getParent();
-  const TargetRegisterInfo *TRI = MF->getTarget().getRegisterInfo();
-  BitVector ReservedRegs = TRI->getReservedRegs(*MF);
-
   for (unsigned I = 0, E = MI->getNumOperands(); I != E; ++I) {
     const MachineOperand &MO = MI->getOperand(I);
     if (!MO.isReg() || !MO.isUse() || MO.isKill()) continue;