From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27168 invoked by alias); 12 Apr 2011 12:46:30 -0000 Received: (qmail 27157 invoked by uid 22791); 12 Apr 2011 12:46:29 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Apr 2011 12:46:26 +0000 Received: (qmail 30383 invoked from network); 12 Apr 2011 12:46:25 -0000 Received: from unknown (HELO ?84.152.204.170?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Apr 2011 12:46:25 -0000 Message-ID: <4DA4492C.3040901@codesourcery.com> Date: Tue, 12 Apr 2011 12:46:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110325 Lightning/1.0b3pre Thunderbird/3.1.9 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org, patches@linaro.org, richard.sandiford@linaro.org Subject: Re: Recording predicate information in all rtl gen* programs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2011-04/txt/msg00866.txt.bz2 On 04/12/2011 02:28 PM, Richard Sandiford wrote: > This patch is a prerequisite for: > > http://gcc.gnu.org/ml/gcc-patches/2011-03/msg02168.html > > (approved but not yet applied, because I'd forgotten about this). > > At the moment, gen* programs that want predicate information need > to process the DEFINE*_PREDICATE directives themselves. They can then > use routines in gensupport.c to record and retrieve the processed data. > > This patch moves the directive processing into gensupport.c too, so that > all gen* programs have access to it. Ok. Bernd