ia64.h (MEMORY_MOVE_COST): Remove macro.
commit69e18c0985d5e4488b30ccae1e242e004bf274ed
authorAnatoly Sokolov <aesok@post.ru>
Mon, 5 Jul 2010 17:49:56 +0000 (5 21:49 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Mon, 5 Jul 2010 17:49:56 +0000 (5 21:49 +0400)
treef53afaed3393eba71bc7031aadfa4eaf0368dc0c
parent16ad8025237c565af9292d382b46772a24ba955e
ia64.h (MEMORY_MOVE_COST): Remove macro.

* config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
* config/ia64/t-ia64 (ia64.o): Depend on reload.h.
* config/ia64/ia64.c Include reload.h.
(ia64_memory_move_cost): New function.
(TARGET_MEMORY_MOVE_COST): Define.
(ia64_register_move_cost): Replace MEMORY_MOVE_COST with
memory_move_cost.

From-SVN: r161845
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.h
gcc/config/ia64/t-ia64