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: [IA64] Hookize MEMORY_MOVE_COST


Hi.

From: "Richard Henderson" <rth@redhat.com>
To: "Anatoly Sokolov" <aesok@post.ru>
Sent: Tuesday, June 29, 2010 4:14 AM


On 06/28/2010 01:42 PM, Anatoly Sokolov wrote:



Index: gcc/config/ia64/ia64.c =================================================================== --- gcc/config/ia64/ia64.c (revision 161470) +++ gcc/config/ia64/ia64.c (working copy) @@ -59,6 +59,7 @@ #include "dbgcnt.h" #include "tm-constrs.h" #include "sel-sched.h" +#include "reload.h"

What bit of reload.h is being used here?



The memory_move_cost function declared in reload.h.


Anatoly.


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