From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17803 invoked by alias); 29 Jun 2010 07:00:50 -0000 Received: (qmail 17791 invoked by uid 22791); 29 Jun 2010 07:00:49 -0000 X-SWARE-Spam-Status: No, hits=2.1 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE,SARE_CHARSET_W1251,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from contrabass.post.ru (HELO contrabass.post.ru) (85.21.78.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Jun 2010 07:00:43 +0000 Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 524D86476; Tue, 29 Jun 2010 11:00:40 +0400 (MSD) Received: from [95.26.129.65] (account aesok@post.ru HELO Vista) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPA id 227046582; Tue, 29 Jun 2010 11:00:40 +0400 Message-ID: <431A3E6E96C0478C90988DD1D276234C@Vista> From: "Anatoly Sokolov" To: "Richard Henderson" Cc: , "Steve Ellcey" References: <1313122732.20100629004209@post.ru> <4C293AED.8090409@redhat.com> In-Reply-To: <4C293AED.8090409@redhat.com> Subject: Re: [IA64] Hookize MEMORY_MOVE_COST Date: Tue, 29 Jun 2010 09:26:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="windows-1251"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-06/txt/msg02976.txt.bz2 Hi. From: "Richard Henderson" To: "Anatoly Sokolov" 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.