diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-26 21:09:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-26 21:09:43 +0000 |
commit | 8131ab7c0f387dc5cff34fd6a00c7a884f994bb1 (patch) | |
tree | d67901974f9369c4314f95e70b1f3aca7e19432b /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | a30eabdd6e829000495df0f6eca50dd61723abb2 (diff) | |
download | bcm5719-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.cpp | 1 |
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; |