diff options
author | Teddy <[email protected]> | 2014-05-18 11:50:08 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-18 11:50:08 +0800 |
commit | 1cf0c5b7c23987a05790c50a8c7cb8ebe5eba363 (patch) | |
tree | 78bf4f605e0178adf78a48399d4cfda085b3bf7f | |
parent | 1449aeb3a9c837d69c03b69b9ae8cd9e3e066504 (diff) |
...
-rw-r--r-- | ssa.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -149,8 +149,6 @@ 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; |