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
This commit is contained in:
Jim Grosbach 2010-05-19 22:57:47 +00:00
parent 309d20c89c
commit de70b1f9be

View 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() { }