forked from OSchip/llvm-project
disable switch lowering using shift/and. It still breaks ppc bootstrap for
some reason. :( Will investigate. llvm-svn: 36011
This commit is contained in:
parent
63338746dd
commit
6bd7b7b30b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue