From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86697 invoked by alias); 15 Oct 2015 16:48:54 -0000 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 Received: (qmail 86686 invoked by uid 89); 15 Oct 2015 16:48:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailout3.samsung.com Received: from mailout3.samsung.com (HELO mailout3.samsung.com) (203.254.224.33) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 15 Oct 2015 16:48:52 +0000 Received: from epcpsbgm2new.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout3.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NW90060MTCLCS00@mailout3.samsung.com> for gcc-patches@gcc.gnu.org; Fri, 16 Oct 2015 01:48:21 +0900 (KST) Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm2new.samsung.com (EPCPMTA) with SMTP id 4E.B9.18629.5D8DF165; Fri, 16 Oct 2015 01:48:21 +0900 (KST) Received: from [106.109.129.227] by mmp1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NW90028NTCJ7670@mmp1.samsung.com>; Fri, 16 Oct 2015 01:48:21 +0900 (KST) Subject: Re: Fix prototype for print_insn in rtl.h To: Andrew MacLeod , Jeff Law , GCC Patches References: <561CBEF8.3040300@samsung.com> <561D241E.6040001@redhat.com> <561FD443.6040309@redhat.com> Cc: maltsevm@gmail.com From: Nikolai Bozhenov Message-id: <561FD8D2.1080207@samsung.com> Date: Thu, 15 Oct 2015 16:48:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-version: 1.0 In-reply-to: <561FD443.6040309@redhat.com> Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-SW-Source: 2015-10/txt/msg01495.txt.bz2 On 10/15/2015 07:28 PM, Andrew MacLeod wrote: > On 10/13/2015 11:32 AM, Jeff Law wrote: >> On 10/13/2015 02:21 AM, Nikolai Bozhenov wrote: >>> 2015-10-13 Nikolai Bozhenov >>> >>> * gcc/rtl.h (print_insn): fix prototype >> Installed on the trunk after bootstrap & regression test. >> >> jeff >> > Sorry, a little late to the party.. but why is print_insn even in > rtl.h? it seems that sched-vis.c is the only thing that uses it... > > Andrew > > I'm going to use it in the scheduler... Thanks, Nikolai