Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAGISel.cpp updated: 1.429 -> 1.430
---
Log message:

enable Anton's shift/and switch lowering stuff!  It now passes ppc bootstrap
successfully! woohoo...


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

 SelectionDAGISel.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.429 
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.430
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.429    Thu Apr 26 
15:44:04 2007
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp  Thu Apr 26 16:09:43 2007
@@ -1682,7 +1682,6 @@
                                                     CaseRecVector& WorkList,
                                                     Value* SV,
                                                     MachineBasicBlock* 
Default){
-  return false;
   unsigned IntPtrBits = getSizeInBits(TLI.getPointerTy());
 
   Case& FrontCase = *CR.Range.first;



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

Reply via email to