aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PostRASchedulerList.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-05-19 22:57:47 +0000
committerJim Grosbach <grosbach@apple.com>2010-05-19 22:57:47 +0000
commitf98511473e26078d101797082a47224c9d39d42a (patch)
treed7c3d7f045d78b02aa210293575cae95d0e9a574 /llvm/lib/CodeGen/PostRASchedulerList.cpp
parent604560c5fe01cb60e0ca36b9caa9b1a61757b2e5 (diff)
downloadllvm-f98511473e26078d101797082a47224c9d39d42a.zip
llvm-f98511473e26078d101797082a47224c9d39d42a.tar.gz
llvm-f98511473e26078d101797082a47224c9d39d42a.tar.bz2
Enable preserving debug information through post-RA scheduling
llvm-svn: 104175
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 ba68ffd..0a7eefa 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() { }