toplev.c (rest_of_compilation): Run full jump pass before find_basic_blocks of flow2.

* toplev.c (rest_of_compilation): Run full jump pass before
        find_basic_blocks of flow2.

From-SVN: r33925
This commit is contained in:
Richard Henderson 2000-05-15 23:31:39 -07:00 committed by Richard Henderson
parent d781a164c4
commit d2f7de5840
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-05-15 Richard Henderson <rth@cygnus.com>
* toplev.c (rest_of_compilation): Run full jump pass before
find_basic_blocks of flow2.
2000-05-15 Richard Henderson <rth@cygnus.com>
* jump.c: Fix typos and clarify commentary from last change.

View File

@ -3344,7 +3344,8 @@ rest_of_compilation (decl)
timevar_push (TV_FLOW2);
open_dump_file (DFI_flow2, decl);
jump_optimize_minimal (insns);
jump_optimize (insns, !JUMP_CROSS_JUMP,
!JUMP_NOOP_MOVES, !JUMP_AFTER_REGSCAN);
find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
/* On some machines, the prologue and epilogue code, or parts thereof,