Commit 6f606d63 by Torbjorn Granlund

(rest_of_compilation): Pass 1 for flag_before_jump first

time we call thread_jumps.

From-SVN: r6355
parent aa38b201
......@@ -2505,7 +2505,7 @@ rest_of_compilation (decl)
if (flag_thread_jumps)
/* Hacks by tiemann & kenner. */
TIMEVAR (jump_time, thread_jumps (insns, max_reg_num (), 0));
TIMEVAR (jump_time, thread_jumps (insns, max_reg_num (), 1));
TIMEVAR (cse_time, tem = cse_main (insns, max_reg_num (),
0, cse_dump_file));
......
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