forked from OSchip/llvm-project
parent
63d2d1f554
commit
42cb72e52c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue