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: [Patch, AVR] Housekeeping: Hookize REGISTER_MOVE_COST, MEMORY_MOVE_COST


2011/3/8 Georg-Johann Lay <avr@gjlay.de>:
> This patch moves deprecated REGISTER_MOVE_COST resp. MEMORY_MOVE_COST
> from avr.h to target hook avr_register_move_cost resp.
> avr_memory_move_cost in avr.c.
>
> No functionality added or removed; costs are unchanged.
>
>
> 2011-03-08 ÂGeorg-Johann Lay Â<avr@gjlay.de>
>
> Â Â Â Â* config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
> Â Â Â Â* config/avr/avr.c (TARGET_REGISTER_MOVE_COST,
> Â Â Â ÂTARGET_MEMORY_MOVE_COST): Define.
> Â Â Â Â(avr_register_move_cost, avr_memory_move_cost): New Functions.

Applied.

Denis.


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