1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

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

llvm-svn: 22507
This commit is contained in:
Chris Lattner 2005-07-22 22:58:34 +00:00
parent d487149ded
commit dd14de5a1e

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