aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssa.h')
-rw-r--r--ssa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssa.h b/ssa.h
index 819428d..2f985aa 100644
--- a/ssa.h
+++ b/ssa.h
@@ -42,6 +42,7 @@ struct CInst {
CALL, /* call function */
RET, /* return */
MOVE,
+ LOAD, /* load from memory */
MUL, DIV, MOD, ADD, SUB,
SHL, SHR, AND, XOR, OR,
LOR, LAND, NEG, NOR, SEQ,