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: Recording predicate information in all rtl gen* programs


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


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