Turning on remat of pic loads.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47524 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-02-23 02:07:42 +00:00
parent 61e015fe74
commit c19eca38ef

View File

@ -40,7 +40,7 @@ namespace {
cl::opt<bool>
ReMatPICLoad("remat-pic-load",
cl::desc("Allow rematerializing pic load"),
cl::init(false), cl::Hidden);
cl::init(true), cl::Hidden);
}
X86InstrInfo::X86InstrInfo(X86TargetMachine &tm)