diff options
| author | 2025-09-09 10:46:18 +0200 | |
|---|---|---|
| committer | 2025-09-09 10:46:18 +0200 | |
| commit | 3bac8a6bc4f04ed9d302896264809b191477e11b (patch) | |
| tree | 1d82dcf2f92d84ba214c1aa0466ab87c8ccadcba /common.h | |
| parent | e043811980db560fc2507bb53b644e54c80527dc (diff) | |
fixes, delnops
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ struct option { bool p : 1, /* after parsing */ a : 1, /* after abi0 */ m : 1, /* after mem */ + o : 1, /* after optimizations */ i : 1, /* after isel */ l : 1, /* after liveness fixup */ r : 1; /* after regalloc */ |