#side_effects -> #volatile; Remove dead code

This commit is contained in:
gingerBill
2026-08-13 10:03:00 +01:00
parent 4f82bed1f7
commit cb903df235
8 changed files with 10 additions and 170 deletions

View File

@@ -340,7 +340,7 @@ struct Entity {
} Label;
struct {
Ast *node;
bool has_side_effects;
bool is_volatile;
bool is_align_stack;
bool clobber_cc;