[llvm-commits] [llvm] r104175 - /llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp
Jim Grosbach
grosbach at apple.com
Wed May 19 15:57:47 PDT 2010
Author: grosbach
Date: Wed May 19 17:57:47 2010
New Revision: 104175
URL: http://llvm.org/viewvc/llvm-project?rev=104175&view=rev
Log:
Enable preserving debug information through post-RA scheduling
Modified:
llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp
Modified: llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp?rev=104175&r1=104174&r2=104175&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp (original)
+++ llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp Wed May 19 17:57:47 2010
@@ -83,7 +83,7 @@
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() { }
More information about the llvm-commits
mailing list