disable switch lowering using shift/and. It still breaks ppc bootstrap for
authorChris Lattner <sabre@nondot.org>
Sat, 14 Apr 2007 19:39:41 +0000 (19:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Apr 2007 19:39:41 +0000 (19:39 +0000)
some reason.  :(  Will investigate.

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

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 1f982ce40cc756fa46ea0f7c3756f87a567f8532..e009488fd61486884cced6a5c6141248469bc2e9 100644 (file)
@@ -1678,6 +1678,7 @@ bool SelectionDAGLowering::handleBitTestsSwitchCase(CaseRec& CR,
                                                     CaseRecVector& WorkList,
                                                     Value* SV,
                                                     MachineBasicBlock* Default){
+  return false;
   unsigned IntPtrBits = getSizeInBits(TLI.getPointerTy());
 
   Case& FrontCase = *CR.Range.first;