give blocks an id
This commit is contained in:
parent
d165818c66
commit
529920d4f4
3 changed files with 38 additions and 31 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue