projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab25eda
)
PowerPC no-pic code is not quite ready for prime-time
author
Chris Lattner
<sabre@nondot.org>
Fri, 22 Jul 2005 22:58:34 +0000
(22:58 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 22 Jul 2005 22:58:34 +0000
(22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22507
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelPattern.cpp
b/lib/Target/PowerPC/PPCISelPattern.cpp
index 09ccd6ae9756d753c154082027e1534cb5049eca..4cbb585e8219780fe6c70dad74343dbdd5e7e86e 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelPattern.cpp
+++ b/
lib/Target/PowerPC/PPCISelPattern.cpp
@@
-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);