(rest_of_compilation): Pass 1 for flag_before_jump first
authorTorbjorn Granlund <tege@gnu.org>
Mon, 3 Jan 1994 22:20:42 +0000 (22:20 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Mon, 3 Jan 1994 22:20:42 +0000 (22:20 +0000)
time we call thread_jumps.

From-SVN: r6355

gcc/toplev.c

index 51d3abfbdead3e53e42b125eecf81e61a436eac7..e98e548a757edf378aee61a323b4abbd401d20db 100644 (file)
@@ -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));