summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-26 21:09:43 +0000
committerChris Lattner <sabre@nondot.org>2007-04-26 21:09:43 +0000
commit8131ab7c0f387dc5cff34fd6a00c7a884f994bb1 (patch)
treed67901974f9369c4314f95e70b1f3aca7e19432b /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parenta30eabdd6e829000495df0f6eca50dd61723abb2 (diff)
downloadbcm5719-llvm-8131ab7c0f387dc5cff34fd6a00c7a884f994bb1.tar.gz
bcm5719-llvm-8131ab7c0f387dc5cff34fd6a00c7a884f994bb1.zip
enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap
successfully! woohoo... llvm-svn: 36496
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index acd8b683d99..db9bf0d0df1 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -1682,7 +1682,6 @@ bool SelectionDAGLowering::handleBitTestsSwitchCase(CaseRec& CR,
CaseRecVector& WorkList,
Value* SV,
MachineBasicBlock* Default){
- return false;
unsigned IntPtrBits = getSizeInBits(TLI.getPointerTy());
Case& FrontCase = *CR.Range.first;
OpenPOWER on IntegriCloud