[PATCH] Don't call init_caller_save if LRA enabled

Chung-Ju Wu jasonwucj@gmail.com
Mon Jun 9 04:27:00 GMT 2014


2014-06-06 21:37 GMT+08:00 Vladimir Makarov <vmakarov@redhat.com>:
> On 2014-06-04, 12:31 PM, Kito Cheng wrote:
>>
>> LRA generate caller-save register store/restore during split register,
>> not generate by caller-save.c:save_call_clobbered_regs, so initialize
>> this module by init_caller_save is meaningless if LRA enabled
>>
>> 2014-06-05  Kito Cheng  <kito@0xlab.org>
>>
>>   * ira.c (ira): Don't call init_caller_save if LRA enabled
>>   since LRA use its own infrastructure to handle that.
>>
>>
>
> The patch is ok.  As I remember changelog entries should contain what is
> done but not why it is done.  But I guess this entry is ok too as it is
> still very brief.
>
> Kito, thanks for fixing it.  You can commit it into the trunk.
>
>

It seems that Kito hasn't got his commit right yet.
I can help commit this patch.

Committed as Rev. 211364
  http://gcc.gnu.org/r211364


Best regards,
jasonwucj



More information about the Gcc-patches mailing list