(thread_jumps): Delete redundant loop termination test.
authorTorbjorn Granlund <tege@gnu.org>
Fri, 24 Dec 1993 11:46:56 +0000 (11:46 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Fri, 24 Dec 1993 11:46:56 +0000 (11:46 +0000)
From-SVN: r6297

gcc/jump.c

index bc740994d62dcbfcf00106e76b3bf3960433ca52..f384e7aca7fa430e9653e4ca3e32b1ef35a15647 100644 (file)
@@ -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.