mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Enable preserving debug information through post-RA scheduling
llvm-svn: 104175
This commit is contained in:
parent
523fa7acaa
commit
c991014a15
@ -83,7 +83,7 @@ DebugMod("postra-sched-debugmod",
|
||||
static cl::opt<bool>
|
||||
EnablePostRADbgValue("post-RA-dbg-value",
|
||||
cl::desc("Enable processing of dbg_value in post-RA"),
|
||||
cl::init(false), cl::Hidden);
|
||||
cl::init(true), cl::Hidden);
|
||||
|
||||
|
||||
AntiDepBreaker::~AntiDepBreaker() { }
|
||||
|
Loading…
Reference in New Issue
Block a user