mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59:47 +00:00
fix typo bug in liveness
This commit is contained in:
parent
04b66d38db
commit
e0d7beda69
@ -92,7 +92,7 @@ Again:
|
|||||||
bset(ma->index, b, &nlv);
|
bset(ma->index, b, &nlv);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
bset(i->arg[0], b, &nlv);
|
bset(i->arg[m], b, &nlv);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (nlv > b->nlive)
|
if (nlv > b->nlive)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user