(merge_trees): When splitting, remember to clear DUPNO in addition to
the other things we can test. From-SVN: r2400
This commit is contained in:
parent
4bb4c82e20
commit
4805ff591c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user