mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-19 20:01:36 +00:00
#side_effects -> #volatile; Remove dead code
This commit is contained in:
@@ -340,7 +340,7 @@ struct Entity {
|
||||
} Label;
|
||||
struct {
|
||||
Ast *node;
|
||||
bool has_side_effects;
|
||||
bool is_volatile;
|
||||
bool is_align_stack;
|
||||
|
||||
bool clobber_cc;
|
||||
|
||||
Reference in New Issue
Block a user