aboutsummaryrefslogtreecommitdiffhomepage
path: root/op.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-20 10:58:17 +0200
committerlemon <lsof@mailbox.org>2023-06-20 11:25:51 +0200
commit3b9071be52359388a4a1db6b48636f6c4934b9ad (patch)
treea65aed400b3767966f6963dd4cdd3f8cb1ff1b2f /op.def
parent945d17aff2aa92dd1fbb0304d4ee7ab5ea6ce496 (diff)
don't lower params and args to registers in abi0
it's better to do it later, currently in isel(), but perhaps in a pre-isel abi1 pass
Diffstat (limited to 'op.def')
-rw-r--r--op.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.def b/op.def
index 42b7c3c..6ff6882 100644
--- a/op.def
+++ b/op.def
@@ -65,6 +65,7 @@ _(store8, 2)
_(param, 2)
_(arg, 2)
_(call, 2)
+_(call2r, 1)
_(intrin, 2)
_(phi, 1)
/* machine-specific instructions */