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:
61e015f
)
Turning on remat of pic loads.
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 23 Feb 2008 02:07:42 +0000
(
02:07
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sat, 23 Feb 2008 02:07:42 +0000
(
02:07
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47524
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.cpp
b/lib/Target/X86/X86InstrInfo.cpp
index aae99bcfa1dd269685d4538e8f7d81a2a4211bba..0267fe266eeec12006d84516ab91654211bace57 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.cpp
+++ b/
lib/Target/X86/X86InstrInfo.cpp
@@
-40,7
+40,7
@@
namespace {
cl::opt<bool>
ReMatPICLoad("remat-pic-load",
cl::desc("Allow rematerializing pic load"),
- cl::init(
fals
e), cl::Hidden);
+ cl::init(
tru
e), cl::Hidden);
}
X86InstrInfo::X86InstrInfo(X86TargetMachine &tm)