aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-30 00:57:11 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-30 00:57:11 +0800
commite7291157c681d493a7e889fa123618da954818cf (patch)
treed6e7c4c874e8cba67f5462c1b96ea40c3846cb7a /ssa.h
parentcf1d9a8abe690cfb51fc6ceced51320a78c437bb (diff)
add load inst
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,