mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap
successfully! woohoo... llvm-svn: 36496
This commit is contained in:
parent
6cd8e14d68
commit
92bff16acb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user