diff options
| author | 2025-10-23 19:30:45 +0200 | |
|---|---|---|
| committer | 2025-10-23 19:30:51 +0200 | |
| commit | 4fc6339f04958150c538bf97bf721f58e0084ffb (patch) | |
| tree | f66fe5203552287f0386c6459d1f0a4bce4bf22f /ir/ir.h | |
| parent | ed989e2a0855e175442b0f5e73bb3fa4833efecd (diff) | |
ir bugfixes
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); |