use uint for block ids
This commit is contained in:
parent
835b2b4910
commit
7e1c1f9f77
8 changed files with 33 additions and 33 deletions
3
ssa.c
3
ssa.c
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue