aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/op.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-21 16:52:46 +0100
committerlemon <lsof@mailbox.org>2025-11-21 16:52:46 +0100
commit821adf9e5c962c97e46f3a215c876bc10916e302 (patch)
treeafbde7e0cb5f073b6bdbec1d25e086f5e094b31d /ir/op.def
parentec4cfe9db9afc1d1c633a922174f5bb0685b0c32 (diff)
remove umul
Diffstat (limited to 'ir/op.def')
-rw-r--r--ir/op.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/ir/op.def b/ir/op.def
index b3d237c..947b1f0 100644
--- a/ir/op.def
+++ b/ir/op.def
@@ -23,7 +23,6 @@ _(extu32, 1)
_(add, 2)
_(sub, 2)
_(mul, 2)
-_(umul, 2)
_(div, 2)
_(udiv, 2)
_(rem, 2)