From 65ace14e184807df026e985e073b3b5c5aaf576c Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 1 Jun 2023 23:16:48 +0200 Subject: basic ABI lowering of aggregates --- builtin.def | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 builtin.def (limited to 'builtin.def') diff --git a/builtin.def b/builtin.def new file mode 100644 index 0000000..2ccc3b5 --- /dev/null +++ b/builtin.def @@ -0,0 +1,2 @@ +/* NAME NARG */ +_(structcopy, 2) -- cgit v1.2.3