1
0
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:
Chris Lattner 2007-04-26 21:09:43 +00:00
parent 6cd8e14d68
commit 92bff16acb

View 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;