Commit d2f7de58 by Richard Henderson Committed by Richard Henderson

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
parent d781a164
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.
(any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
(safe_to_remove_jump_p): Remove.
......
......@@ -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,
......
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