aboutsummaryrefslogtreecommitdiffhomepage
path: root/op.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-03 21:51:28 +0200
committerlemon <lsof@mailbox.org>2023-06-04 10:20:19 +0200
commit2ca24f83c35b253593b5aa8775d37923c8383149 (patch)
tree09fc86a228b81ac574233a922758953c4c460861 /op.def
parent65ace14e184807df026e985e073b3b5c5aaf576c (diff)
abi lowering pass
Diffstat (limited to 'op.def')
-rw-r--r--op.def3
1 files changed, 2 insertions, 1 deletions
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)