give blocks an id

This commit is contained in:
Quentin Carbonneaux 2015-07-11 16:01:48 -04:00
parent d165818c66
commit 529920d4f4
3 changed files with 38 additions and 31 deletions

View file

@ -80,6 +80,7 @@ struct Blk {
Ins *is;
uint np;
uint ni;
int id;
struct {
short type;
Ref arg;
@ -88,7 +89,6 @@ struct Blk {
Blk *s2;
Blk *link;
int rpo;
Blk **preds;
int npreds;
char name[NString];