[llvm-commits] [llvm] r104175 - /llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp

Evan Cheng evan.cheng at apple.com
Thu May 20 11:30:34 PDT 2010


Thanks. But I don't think we need to keep the option around?

Evan

On May 19, 2010, at 3:57 PM, Jim Grosbach wrote:

> 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() { }
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list