From 85530429ac0c5512d51cf52fa07022452791c1c4 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 13 Jun 2023 20:03:46 +0200 Subject: lowering of structcopy --- ir.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ir.h') 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: */ -- cgit v1.2.3