[PATCH, gimplefe] passes.c: split out pass-skipping logic into subroutines

2017-01-05 Thread David Malcolm
The GIMPLE frontend's pass-skipping logic in execute_one_pass is somewhat awkward. This patch splits it out into two subroutines to simplify things. No functional change intended (and this may make it easier to update the logic so that it can be shared with the RTL frontend). Successfully bootst

Re: [PATCH, gimplefe] passes.c: split out pass-skipping logic into subroutines

2017-01-06 Thread Richard Biener
On January 6, 2017 2:57:49 AM GMT+01:00, David Malcolm wrote: >The GIMPLE frontend's pass-skipping logic in execute_one_pass is >somewhat >awkward. This patch splits it out into two subroutines to simplify >things. > >No functional change intended (and this may make it easier to >update the logi