commit e0d7beda692305ec051349a155bbde46a8713b37 parent 04b66d38db182390642f8da38b883750208b4835 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Fri, 23 Oct 2015 16:57:26 -0400 fix typo bug in liveness Diffstat:
| M | lisc/live.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisc/live.c b/lisc/live.c @@ -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)