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 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;