use uint for block ids

This commit is contained in:
Quentin Carbonneaux 2017-02-06 14:36:27 -05:00
parent 835b2b4910
commit 7e1c1f9f77
8 changed files with 33 additions and 33 deletions

3
ssa.c
View file

@ -101,7 +101,8 @@ phiins(Fn *fn)
Ins *i;
Phi *p;
Ref r;
int t, n, nt;
int t, nt;
uint n;
short k;
bsinit(u, fn->nblk);