This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ARM] Hookize REGISTER_MOVE_COST and MEMORY_MOVE_COST


On 05/01/12 18:54, Anatoly Sokolov wrote:
>    Hi.
> 
>    This patch removes obsolete PREFERRED_RELOAD_CLASS macro from the ARM back 
> end in the GCC and introduces equivalent TARGET_PREFERRED_RELOAD_CLASS target 
> hook.
> 
>    Bootstrapped and regression tested on arm-unknown-linux-gnueabi.
> 
>    OK to install?
> 
> 	* config/arm/arm.h (PREFERRED_RELOAD_CLASS): Remove.
> 	* config/arm/arm.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
> 	(arm_preferred_reload_class): New function.
> 

This is OK when we go back to stage 1.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]