diff options
Diffstat (limited to 'ir/ir.h')
| -rw-r--r-- | ir/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ enum { FNDOM = 1<<3, }; struct function { - struct arena **arena; + struct arena **arena, **passarena; internstr name; struct block *entry, *curblk; struct use *use; |