Remove a few lines of dead code.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 17 Dec 2005 07:18:44 +0000 (07:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 17 Dec 2005 07:18:44 +0000 (07:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24768 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 1facdd35cf32c20b6f09beeec72f77bc71a88e2a..dac14daf49a3bd7735ecedc6d1750b6b48e8acd5 100644 (file)
@@ -936,10 +936,7 @@ SDOperand X86TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
     return DAG.getNode(ISD::MERGE_VALUES, Tys, Ops);
   }
   case ISD::SELECT: {
-    unsigned Opc;
     SDOperand Cond  = Op.getOperand(0);
-    SDOperand True  = Op.getOperand(1);
-    SDOperand False = Op.getOperand(2);
     SDOperand CC;
     if (Cond.getOpcode() == ISD::SETCC) {
       CC = Cond.getOperand(2);