don't throw away pseudo's, even if they are not reachable
This commit is contained in:
parent
e8c881c8e0
commit
96cd8b3420
@ -121,6 +121,11 @@ cleaninstrs() {
|
|||||||
if (instr == op_lab) {
|
if (instr == op_lab) {
|
||||||
lp->l_a.la_np->n_line = 0;
|
lp->l_a.la_np->n_line = 0;
|
||||||
}
|
}
|
||||||
|
else if (instr > sp_lmnem) {
|
||||||
|
/* leave pseudo's */
|
||||||
|
lpp = &lp->l_next;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
lp = lp->l_next;
|
lp = lp->l_next;
|
||||||
oldline(*lpp);
|
oldline(*lpp);
|
||||||
OPTIM(O_UNREACH);
|
OPTIM(O_UNREACH);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user