aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ir.h b/ir.h
index 45a64a2..a8b3356 100644
--- a/ir.h
+++ b/ir.h
@@ -228,9 +228,10 @@ union ref mkaddr(struct addr);
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 replcins(union ref from, union ref to);
+void replcuses(union ref from, union ref to);
void deluses(int ins);
void delinstr(struct block *, int idx);
+void delphi(struct block *, int idx);
#define blkpred(blk, i) 0[(blk)->npred < 2 ? &(blk)->_pred0 : &(blk)->_pred[i]]
/* IR builder functions */