(rest_of_compilation): Always rerun jump_optimize after CSE if -O2.

From-SVN: r8468
This commit is contained in:
Richard Kenner 1994-11-16 07:59:24 -05:00
parent e1f56f62a0
commit 534bfae4ad
1 changed files with 1 additions and 1 deletions

View File

@ -2915,7 +2915,7 @@ rest_of_compilation (decl)
0, cse_dump_file));
TIMEVAR (cse_time, delete_dead_from_cse (insns, max_reg_num ()));
if (tem)
if (tem || optimize > 1)
TIMEVAR (jump_time, jump_optimize (insns, 0, 0, 0));
}