From: Torbjorn Granlund Date: Fri, 24 Dec 1993 11:46:56 +0000 (+0000) Subject: (thread_jumps): Delete redundant loop termination test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27f006ebb12cb8dfc50bb0dae2f9f256436475b6;p=gcc.git (thread_jumps): Delete redundant loop termination test. From-SVN: r6297 --- diff --git a/gcc/jump.c b/gcc/jump.c index bc740994d62..f384e7aca7f 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -4069,9 +4069,6 @@ thread_jumps (f, max_reg, verbose) while (t1 != 0 && t2 != 0) { - if (t1 == 0 || t2 == 0) - break; - if (t2 == label) { /* We have reached the target of the first branch.