Re: [PATCH] Use optimize_function_for_size_p to assign register frequency

2014-05-16 Thread Jan Hubicka
> This patch uses optimize_function_for_size_p to replace old > optimize_size check in regs.h and ira-int.h to make it consistent. > > Bootstrapped and testing on-going. > > OK for trunk if test passes? OK, thanks! Honza

[PATCH] Use optimize_function_for_size_p to assign register frequency

2014-05-16 Thread Dehao Chen
This patch uses optimize_function_for_size_p to replace old optimize_size check in regs.h and ira-int.h to make it consistent. Bootstrapped and testing on-going. OK for trunk if test passes? Thanks, Dehao gcc/ChangeLog: 2014-05-16 Dehao Chen * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Us