aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-27 17:53:08 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-27 17:53:08 +0800
commit7a0e78225a62ce613672b05c9ce1e42ac6419b2c (patch)
tree2b5adb785267df86af32489d0d03378f1aa18d91 /ssa.h
parent8c7c3602ac1fc2e1b382b442d3161a7151d2cec9 (diff)
...
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 e9ff81e..d2cba0b 100644
--- a/ssa.h
+++ b/ssa.h
@@ -23,6 +23,7 @@ struct CInst {
BNEZ,
GOTO, /* unconditional jump */
ARR, /* displacement */
+ WARR,
MUL, DIV, MOD, ADD, SUB, SHL, SHR, AND, XOR, OR, LOR, LAND, NEG, NOR, SEQ, EQ, NE, LT, GT, LE, GE
} op;
COpr dest, src1, src2;