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 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 */