Re: [PATCH 1/5] [ARC] Introduce ADJUST_REG_ALLOC_ORDER.

2019-03-16 Thread Andrew Burgess
* Claudiu Zissulescu [2019-03-06 12:20:01 +0200]: > The ARC port is changing the allocation order in the > arc_conditional_register_usage function, but this is not the proper > way. Thus, we employ ADJUST_REG_ALLOC_ORDER hook for this task. > > gcc/ > -xx-xx Claudiu Zissulescu > >

[PATCH 1/5] [ARC] Introduce ADJUST_REG_ALLOC_ORDER.

2019-03-06 Thread Claudiu Zissulescu
The ARC port is changing the allocation order in the arc_conditional_register_usage function, but this is not the proper way. Thus, we employ ADJUST_REG_ALLOC_ORDER hook for this task. gcc/ -xx-xx Claudiu Zissulescu * config/arc/arc-protos.h (arc_adjust_reg_alloc_order): Declare.