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: Predicates for RTL objects


On Sat, 2006-02-04 at 12:41 -0700, nathan bullock wrote:
> Sorry about forgetting the changelog. Here you go.
> 
> Also I noticed my original patch didn't use -up so here is the improved patch.
> 
> 2006-02-04  Nathan Bullock  <nathanbullock@gmail.com>
> 
>        * rtl.h: Added predicates PLUS_P, MINUS_P, CONST_INT_P
>                   CONST_DOUBLE_P, PARALLEL_P.
>        *  *.c: Use new predicates instead of GET_CODE(...) == ...

Sadly, we require you to list every single file you changed, even if it
is almost all of them :)

I'd just do find /mnt/gccstuff/gcc-clean/gcc/*.c -exec basename {} \;
(or whatever), and prune out the names that you didn't touch.





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