(thread_jumps): Delete redundant loop termination test.
From-SVN: r6297
This commit is contained in:
parent
4d61f8c559
commit
27f006ebb1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user