use correct sizes during reg allocation

This commit is contained in:
Quentin Carbonneaux 2015-08-03 14:06:59 -04:00
parent d586852552
commit df358ad6d2
4 changed files with 38 additions and 30 deletions

View file

@ -132,7 +132,7 @@ main(int ac, char *av[])
break;
} else
fn->rpo[n]->link = fn->rpo[n+1];
// emitfn(fn, stdout);
emitfn(fn, stdout);
pr = 0;
break;
}