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:
parent
d781a164c4
commit
d2f7de5840
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user