diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -136,12 +136,14 @@ struct option { enum optz { OPT0 = -1, OPT1 = 1, + OPT2 = 2, } o; union { struct { bool p : 1, /* after parsing */ a : 1, /* after abi0 */ m : 1, /* after mem */ + y : 1, /* after inline */ o : 1, /* after optimizations */ s : 1, /* after stack */ i : 1, /* after isel */ |