From: Torbjorn Granlund Date: Mon, 3 Jan 1994 22:20:42 +0000 (+0000) Subject: (rest_of_compilation): Pass 1 for flag_before_jump first X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f606d6366b9ae65d6338abc4bd00a547e4443c8;p=gcc.git (rest_of_compilation): Pass 1 for flag_before_jump first time we call thread_jumps. From-SVN: r6355 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 51d3abfbdea..e98e548a757 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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));