aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-09-09 10:46:18 +0200
committerlemon <lsof@mailbox.org>2025-09-09 10:46:18 +0200
commit3bac8a6bc4f04ed9d302896264809b191477e11b (patch)
tree1d82dcf2f92d84ba214c1aa0466ab87c8ccadcba /ir.h
parente043811980db560fc2507bb53b644e54c80527dc (diff)
fixes, delnops
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index eb31542..f12bccd 100644
--- a/ir.h
+++ b/ir.h
@@ -237,6 +237,7 @@ void replcuses(union ref from, union ref to);
void deluses(int ins);
void delinstr(struct block *, int idx);
void delphi(struct block *, int idx);
+void delnops(struct block *blk);
void fillblkids(struct function *);
#define startbbvisit() (void)(++visitmark)
#define wasvisited(blk) ((blk)->visit == visitmark)