(thread_jumps): Delete redundant loop termination test.

From-SVN: r6297
This commit is contained in:
Torbjorn Granlund 1993-12-24 11:46:56 +00:00
parent 4d61f8c559
commit 27f006ebb1
1 changed files with 0 additions and 3 deletions

View 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.