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