From 27f006ebb12cb8dfc50bb0dae2f9f256436475b6 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Fri, 24 Dec 1993 11:46:56 +0000 Subject: [PATCH] (thread_jumps): Delete redundant loop termination test. From-SVN: r6297 --- gcc/jump.c | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.30.2