(rest_of_compilation): Always rerun jump_optimize after CSE if -O2.
From-SVN: r8468
This commit is contained in:
parent
e1f56f62a0
commit
534bfae4ad
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user