Re: [PATCH 1/4] Introduce macros when constructing the tree of passes

2013-07-18 Thread David Malcolm
On Thu, 2013-07-18 at 10:18 -0600, Jeff Law wrote: > On 07/17/2013 07:18 PM, David Malcolm wrote: > > gcc/ > > * passes.c (init_optimization_passes): Introduce macros for > > constructing the tree of passes (INSERT_PASSES_AFTER, > > PUSH_INSERT_PASSES_WITHIN, POP_INSERT_PASSES, > >

Re: [PATCH 1/4] Introduce macros when constructing the tree of passes

2013-07-18 Thread Jeff Law
On 07/17/2013 07:18 PM, David Malcolm wrote: gcc/ * passes.c (init_optimization_passes): Introduce macros for constructing the tree of passes (INSERT_PASSES_AFTER, PUSH_INSERT_PASSES_WITHIN, POP_INSERT_PASSES, TERMINATE_PASS_LIST). --- gcc/passes.c | 108

[PATCH 1/4] Introduce macros when constructing the tree of passes

2013-07-17 Thread David Malcolm
gcc/ * passes.c (init_optimization_passes): Introduce macros for constructing the tree of passes (INSERT_PASSES_AFTER, PUSH_INSERT_PASSES_WITHIN, POP_INSERT_PASSES, TERMINATE_PASS_LIST). --- gcc/passes.c | 108 +++-