Turning on remat of pic loads.

llvm-svn: 47524
This commit is contained in:
Evan Cheng 2008-02-23 02:07:42 +00:00
parent 63d2d1f554
commit 42cb72e52c
1 changed files with 1 additions and 1 deletions

View File

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