mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
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:
parent
61e015fe74
commit
c19eca38ef
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user