Commit 54fdc910 by Richard Henderson Committed by Richard Henderson

toplev.c (backend_init): Move init_optimization_passes call ...

        * toplev.c (backend_init): Move init_optimization_passes call ...
        (lang_dependent_init): ... here.

From-SVN: r80317
parent bb8b4ed6
2004-04-01 Richard Henderson <rth@redhat.com>
* toplev.c (backend_init): Move init_optimization_passes call ...
(lang_dependent_init): ... here.
2004-04-01 Alan Modra <amodra@bigpond.net.au>
Jakub Jelinek <jakub@redhat.com>
......
......@@ -2449,7 +2449,6 @@ backend_init (void)
provide a dummy function context for them. */
init_dummy_function_start ();
init_expmed ();
init_optimization_passes ();
if (flag_caller_saves)
init_caller_save ();
expand_dummy_function_end ();
......@@ -2472,6 +2471,7 @@ lang_dependent_init (const char *name)
front end is initialized. */
init_eh ();
init_optabs ();
init_optimization_passes ();
/* The following initialization functions need to generate rtl, so
provide a dummy function context for them. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment