aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-13 20:03:46 +0200
committerlemon <lsof@mailbox.org>2023-06-13 20:07:48 +0200
commit85530429ac0c5512d51cf52fa07022452791c1c4 (patch)
treeee3dfe52ded21fcbb15c3a1dbb71d929274cbdb7 /ir.h
parentca85b61809d976164139eed20f063c596f7b9b75 (diff)
lowering of structcopy
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index 7ff31c8..1182ed3 100644
--- a/ir.h
+++ b/ir.h
@@ -219,7 +219,9 @@ void replref(struct function *, struct block *, int, union ref from, union ref t
void irdump(struct function *);
+void lowerintrin(struct function *);
void abi0(struct function *);
+void abi0_call(struct function *, struct instr *, struct block *blk, int *curi);
void regalloc(struct function *);
/* vim:set ts=3 sw=3 expandtab: */