disable shift/and lowering to work around PR1325 for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-04-14 02:26:56 +00:00
parent 35b9b49fd1
commit 3ff981749b

View File

@ -1678,6 +1678,8 @@ bool SelectionDAGLowering::handleBitTestsSwitchCase(CaseRec& CR,
CaseRecVector& WorkList,
Value* SV,
MachineBasicBlock* Default){
return false; // DISABLED FOR NOW: PR1325.
unsigned IntPtrBits = getSizeInBits(TLI.getPointerTy());
Case& FrontCase = *CR.Range.first;