Commit 27f006eb by Torbjorn Granlund

(thread_jumps): Delete redundant loop termination test.

From-SVN: r6297
parent 4d61f8c5
...@@ -4069,9 +4069,6 @@ thread_jumps (f, max_reg, verbose) ...@@ -4069,9 +4069,6 @@ thread_jumps (f, max_reg, verbose)
while (t1 != 0 && t2 != 0) while (t1 != 0 && t2 != 0)
{ {
if (t1 == 0 || t2 == 0)
break;
if (t2 == label) if (t2 == label)
{ {
/* We have reached the target of the first branch. /* We have reached the target of the first branch.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment