mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-15 01:59:15 +00:00
Infer #clobber memory and #clobber cc from the mnemonics directly
This commit is contained in:
@@ -345,7 +345,7 @@ struct Entity {
|
||||
|
||||
bool clobber_cc;
|
||||
bool clobber_memory;
|
||||
Array<String> clobber_registers;
|
||||
StringSet clobber_registers_set;
|
||||
|
||||
Scope *param_scope;
|
||||
Scope *label_scope;
|
||||
|
||||
Reference in New Issue
Block a user