aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1994-01-03 22:20:42 +0000
committerTorbjorn Granlund <tege@gnu.org>1994-01-03 22:20:42 +0000
commit6f606d6366b9ae65d6338abc4bd00a547e4443c8 (patch)
tree9a1a929b1a51fa3bb4dee990431826c9e56eefb5 /gcc
parentaa38b201de427ef4f2124ef66e91a5e82e67be0b (diff)
downloadgcc-6f606d6366b9ae65d6338abc4bd00a547e4443c8.zip
gcc-6f606d6366b9ae65d6338abc4bd00a547e4443c8.tar.gz
gcc-6f606d6366b9ae65d6338abc4bd00a547e4443c8.tar.bz2
(rest_of_compilation): Pass 1 for flag_before_jump first
time we call thread_jumps. From-SVN: r6355
Diffstat (limited to 'gcc')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 51d3abf..e98e548 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));