Enable preserving debug information through post-RA scheduling
authorJim Grosbach <grosbach@apple.com>
Wed, 19 May 2010 22:57:47 +0000 (22:57 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 19 May 2010 22:57:47 +0000 (22:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104175 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PostRASchedulerList.cpp

index ba68ffd199ce6c0e508dfb72d91e6c2ce1a470a9..0a7eefa47f210e9db98a0e4e5acef0797b2f7343 100644 (file)
@@ -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() { }