[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp

Evan Cheng evan.cheng at apple.com
Fri Dec 16 23:18:56 PST 2005



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






More information about the llvm-commits mailing list