toplev.c (rest_of_compilation): No longer set reload_completed.

�
        * toplev.c (rest_of_compilation): No longer set reload_completed.
        * reload1.c (reload): Set it here.  Perform instruction splitting
        after reload has completed if we will be running the scheduler
        again.

From-SVN: r23477
This commit is contained in:
Jeff Law 1998-10-31 12:44:17 -07:00
parent 27ff8c004e
commit 549f2254b6

View File

@ -3790,8 +3790,6 @@ rest_of_compilation (decl)
if (failure)
goto exit_rest_of_compilation;
reload_completed = 1;
/* Do a very simple CSE pass over just the hard registers. */
if (optimize > 0)
reload_cse_regs (insns);
@ -4376,7 +4374,9 @@ main (argc, argv)
flag_schedule_insns_after_reload = 1;
#endif
flag_regmove = 1;
#if 0
flag_strict_aliasing = 1;
#endif
}
if (optimize >= 3)