Commit 4805ff59 by Richard Kenner

(merge_trees): When splitting, remember to clear DUPNO in addition to

the other things we can test.

From-SVN: r2400
parent 4bb4c82e
......@@ -811,6 +811,7 @@ merge_trees (oldh, addh)
split->test_elt_zero_wide = 0;
split->tests = 0;
split->pred = -1;
split->dupno = -1;
}
if (add->insn_code_number >= 0 || add->opno >= 0)
......@@ -836,6 +837,7 @@ merge_trees (oldh, addh)
split->test_elt_zero_wide = 0;
split->tests = 0;
split->pred = -1;
split->dupno = -1;
}
}
......
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