mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
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:
parent
ab25eda801
commit
aa68f7fa09
@ -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…
x
Reference in New Issue
Block a user