[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Chris Lattner
sabre at nondot.org
Thu Apr 26 14:10:01 PDT 2007
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;
More information about the llvm-commits
mailing list