Re: [PATCH 2/4] Move the construction of the pass hierarchy into a new passes.def file.

2013-07-18 Thread David Malcolm
On Thu, 2013-07-18 at 10:21 -0600, Jeff Law wrote: > On 07/17/2013 07:18 PM, David Malcolm wrote: > > gcc/ > > * passes.def: New. > > > > * passes.c (init_optimization_passes): Move the construction of > > the pass hierarchy into a new passes.def file. > > > > * Makefile.in (passes.

Re: [PATCH 2/4] Move the construction of the pass hierarchy into a new passes.def file.

2013-07-18 Thread Jakub Jelinek
On Wed, Jul 17, 2013 at 09:18:21PM -0400, David Malcolm wrote: > --- /dev/null > +++ b/gcc/passes.def > @@ -0,0 +1,405 @@ > +/* Description of pass structure > + Copyright (C) 2013 Free Software Foundation, Inc. Shouldn't this be 1987-2013 instead? I mean, it isn't really a new file, the conten

Re: [PATCH 2/4] Move the construction of the pass hierarchy into a new passes.def file.

2013-07-18 Thread Jeff Law
On 07/17/2013 07:18 PM, David Malcolm wrote: gcc/ * passes.def: New. * passes.c (init_optimization_passes): Move the construction of the pass hierarchy into a new passes.def file. * Makefile.in (passes.o): Add dependency on passes.def. OK for the trunk. I'm ass

[PATCH 2/4] Move the construction of the pass hierarchy into a new passes.def file.

2013-07-17 Thread David Malcolm
gcc/ * passes.def: New. * passes.c (init_optimization_passes): Move the construction of the pass hierarchy into a new passes.def file. * Makefile.in (passes.o): Add dependency on passes.def. --- gcc/Makefile.in | 2 +- gcc/passes.c| 378 +