passes.c (init_optimization_passes): Introduce macros for constructing the tree of...
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 18 Jul 2013 18:25:32 +0000 (18:25 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 18 Jul 2013 18:25:32 +0000 (18:25 +0000)
commit2efa40870b12c4b3a07d35bf3e242e54d03e96dc
treeedb5b887e478b72ff012265b435730846e422d1a
parentbc404e1b8c6c0a6edb2be4e840619e6992eef0bd
passes.c (init_optimization_passes): Introduce macros for constructing the tree of passes (INSERT_PASSES_AFTER...

* 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).

From-SVN: r201037
gcc/ChangeLog
gcc/passes.c