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
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