gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 May 2012 05:29:47 +0000 (05:29 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 May 2012 05:29:47 +0000 (05:29 +0000)
commit36eb146a4c3c89def1cc4b2babd6bb6cf4190b88
tree243e533413d830b4129023fa294344aacd454c3b
parentad8d4dca556a886d17f0af2c615700dca58d29b9
gcc/
* regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
Move these definitions and associated target_globals fields to...
* ira-int.h: ...here.
* rtl.h (init_move_cost): Delete.
* reginfo.c (last_mode_for_init_move_cost, init_move_cost): Move to...
* ira.c: ...here, making the latter static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188043 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ira-int.h
gcc/ira.c
gcc/reginfo.c
gcc/regs.h
gcc/rtl.h