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

Jim Grosbach grosbach at apple.com
Thu May 20 11:33:55 PDT 2010


Quite right. I was just leaving it there overnight in case nightly testers showed a problem, in which case I could disable it easily to debug. They look clean, so I'll remove it.

On May 20, 2010, at 11:30 AM, Evan Cheng wrote:

> 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