aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-04 21:02:19 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-04 21:02:19 +0800
commit732fc2c154c45f596bf2ffa0b9dd98c1d28e9c33 (patch)
tree78841e7108edd2c04592e9d03eb213e63668033c /ssa.h
parent2c9342037673e5d979cb42cfea6b82436e0cc912 (diff)
can now pass ALL official testcases
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 77010a4..aeef029 100644
--- a/ssa.h
+++ b/ssa.h
@@ -73,6 +73,7 @@ struct CInst {
} op;
COpr_t dest, src1, src2;
CInst_t next, prev;
+ CType_t wtype; /* for WARR */
int id;
int is_def;
int bret; /* for CALL */