Use i32 for shift amounts instead of i64. This gets bisort working.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-06-27 17:34:57 +00:00
parent 00659b1781
commit 7b0c58cd25

View File

@ -250,6 +250,7 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
}
setSetCCResultType(MVT::i32);
setShiftAmountType(MVT::i32);
setSetCCResultContents(ZeroOrOneSetCCResult);
setStackPointerRegisterToSaveRestore(PPC::R1);