diff options
Diffstat (limited to 'ir/ir.h')
| -rw-r--r-- | ir/ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -236,6 +236,7 @@ void adduse(struct block *ublk, int ui, union ref r); union ref insertinstr(struct block *, int idx, struct instr); union ref insertphi(struct block *, enum irclass cls); void replcuses(union ref from, union ref to); +bool deluse(struct block *ublk, int ui, union ref r); void deluses(int ins); void delinstr(struct block *, int idx); void delphi(struct block *, int idx); |