aboutsummaryrefslogtreecommitdiff
path: root/src/ir.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-20 16:38:41 +0200
committerlemon <lsof@mailbox.org>2022-08-20 16:38:41 +0200
commitfa8aaba64d206330959470e1ffbf0ad0c974456a (patch)
treec7937134d4c003f13afa2ff560a8789c5d943fec /src/ir.hff
parent0ede7e7f9d6235092d9e3ae2df8b25445fb89c38 (diff)
more IR (is it correct even. its so confusing)
Diffstat (limited to 'src/ir.hff')
-rw-r--r--src/ir.hff1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir.hff b/src/ir.hff
index ec949ec..3b8ae99 100644
--- a/src/ir.hff
+++ b/src/ir.hff
@@ -55,6 +55,7 @@ enum IRInstT {
lt,
lteq,
copy,
+ setvar,
load,
store,
call,