summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PostRASchedulerList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/PostRASchedulerList.cpp')
-rw-r--r--llvm/lib/CodeGen/PostRASchedulerList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp
index ba68ffd199c..0a7eefa47f2 100644
--- a/llvm/lib/CodeGen/PostRASchedulerList.cpp
+++ b/llvm/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() { }
OpenPOWER on IntegriCloud