Enable preserving debug information through post-RA scheduling

llvm-svn: 104175
This commit is contained in:
Jim Grosbach 2010-05-19 22:57:47 +00:00
parent 523fa7acaa
commit c991014a15

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