Changes in directory llvm/lib/Target/X86:

X86ISelLowering.cpp updated: 1.8 -> 1.9
---
Log message:

Remove a few lines of dead code.


---
Diffs of the changes:  (+0 -3)

 X86ISelLowering.cpp |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.8 
llvm/lib/Target/X86/X86ISelLowering.cpp:1.9
--- llvm/lib/Target/X86/X86ISelLowering.cpp:1.8 Fri Dec 16 19:21:05 2005
+++ llvm/lib/Target/X86/X86ISelLowering.cpp     Sat Dec 17 01:18:44 2005
@@ -936,10 +936,7 @@
     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);



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to