mirror of
git://c9x.me/qbe.git
synced 2026-04-06 02:19: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);
|
||||
break;
|
||||
default:
|
||||
bset(i->arg[0], b, &nlv);
|
||||
bset(i->arg[m], b, &nlv);
|
||||
break;
|
||||
}
|
||||
if (nlv > b->nlive)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user