diff options
Diffstat (limited to 'lib/CodeGen/PostRASchedulerList.cpp')
-rw-r--r-- | lib/CodeGen/PostRASchedulerList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PostRASchedulerList.cpp b/lib/CodeGen/PostRASchedulerList.cpp index ba68ffd..0a7eefa 100644 --- a/lib/CodeGen/PostRASchedulerList.cpp +++ b/lib/CodeGen/PostRASchedulerList.cpp @@ -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() { } |