forked from OSchip/llvm-project
PowerPC no-pic code is not quite ready for prime-time
llvm-svn: 22507
This commit is contained in:
parent
08c3645d3a
commit
12f5d12b21
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue