PowerPC no-pic code is not quite ready for prime-time

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22507 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-07-22 22:58:34 +00:00
parent ab25eda801
commit aa68f7fa09

View File

@ -45,6 +45,7 @@ namespace {
PPC32TargetLowering(TargetMachine &TM) : TargetLowering(TM) {
// Fold away setcc operations if possible.
setSetCCIsExpensive();
PICEnabled = true;
// Set up the register classes.
addRegisterClass(MVT::i32, PPC32::GPRCRegisterClass);