From 2ca24f83c35b253593b5aa8775d37923c8383149 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 3 Jun 2023 21:51:28 +0200 Subject: abi lowering pass --- op.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'op.def') diff --git a/op.def b/op.def index 9fc7d7a..55d2159 100644 --- a/op.def +++ b/op.def @@ -58,5 +58,6 @@ _(store2, 2) _(store4, 2) _(store8, 2) _(call, 2) -_(builtin, 2) +_(call2r, 1) +_(intrin, 2) _(phi, 1) -- cgit v1.2.3