Re: [MMIX] Hookize REGISTER_MOVE_COST

2011-08-08 Thread Hans-Peter Nilsson
On Mon, 8 Aug 2011, Anatoly Sokolov wrote: > Hi. > > This patch removes obsolete REGISTER_MOVE_COST macro from MMIX back end in > the GCC and introduces equivalent TARGET_REGISTER_MOVE_COST target hook. ...and removed a comment about a moot issue (perfectly ok). > > Regression tested on mmix-

[MMIX] Hookize REGISTER_MOVE_COST

2011-08-08 Thread Anatoly Sokolov
Hi. This patch removes obsolete REGISTER_MOVE_COST macro from MMIX back end in the GCC and introduces equivalent TARGET_REGISTER_MOVE_COST target hook. Regression tested on mmix-knuth-mmixware. OK to install? * config/mmix/mmix.h (REGISTER_MOVE_COST): Remove macro. * conf