aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/ir.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-01-04 17:44:48 +0100
committerlemon <lsof@mailbox.org>2026-01-04 17:44:48 +0100
commit1f074a44bcfade5b538c24e202d6d2869abfb0ac (patch)
treecabdc6f51d3b032429ed1725a02647b22b596f39 /ir/ir.h
parent65d56cb113ebf09664bbade47b1c4c2e960ba336 (diff)
basic CSE
Diffstat (limited to 'ir/ir.h')
-rw-r--r--ir/ir.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ir/ir.h b/ir/ir.h
index d072f23..d32885e 100644
--- a/ir/ir.h
+++ b/ir/ir.h
@@ -325,6 +325,9 @@ void abi0_call(struct function *, struct instr *, struct block *blk, int *curi);
/** simpl.c **/
void simpl(struct function *);
+/** cselim.c **/
+void cselim(struct function *);
+
/** mem2reg.c **/
void mem2reg(struct function *);