aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-18 11:36:07 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-18 11:36:07 +0800
commit73559820d75f3b766c9db2489f7f8cad224d257f (patch)
treec8f1beb4474050487affb97525d086d9a529839a /ssa.h
parentd84e0dac79287b481a833cce3353c0d59fa7b9a1 (diff)
...
Diffstat (limited to 'ssa.h')
-rw-r--r--ssa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssa.h b/ssa.h
index 2ad86cd..92e2262 100644
--- a/ssa.h
+++ b/ssa.h
@@ -149,6 +149,8 @@ typedef struct CFuncIR CFuncIR;
typedef CFuncIR *CFuncIR_t;
struct CFuncIR {
int gbbase;
+ CBlock_t blks[MAX_BLOCK];
+ int ord[MAX_BLOCK];
CBlock_t entry;
COList_t defs;
CType_t func;