enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap
authorChris Lattner <sabre@nondot.org>
Thu, 26 Apr 2007 21:09:43 +0000 (21:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Apr 2007 21:09:43 +0000 (21:09 +0000)
successfully! woohoo...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36496 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index acd8b683d99970b3790cc3d04aba8c85b5c002fa..db9bf0d0df12ab40436bc7f1c88479b319952b5a 100644 (file)
@@ -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;