diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-05-19 22:57:47 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-05-19 22:57:47 +0000 |
commit | de70b1f9be3a483064e4696fac5a7d41ebe19140 (patch) | |
tree | 668700a8e456263189e9a666a173a193eebe5791 /lib | |
parent | 309d20c89c5fde5a6ebe3b40a3fd0fbc3e5ffe40 (diff) | |
download | external_llvm-de70b1f9be3a483064e4696fac5a7d41ebe19140.zip external_llvm-de70b1f9be3a483064e4696fac5a7d41ebe19140.tar.gz external_llvm-de70b1f9be3a483064e4696fac5a7d41ebe19140.tar.bz2 |
Enable preserving debug information through post-RA scheduling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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() { } |