diff options
Diffstat (limited to 'ir.h')
| -rw-r--r-- | ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ struct function { int stksiz; ushort nabiarg, nabiret; bool globl; + bool isleaf; struct bitset regusage[1]; }; |