Infer #clobber memory and #clobber cc from the mnemonics directly

This commit is contained in:
gingerBill
2026-08-12 12:45:48 +01:00
parent b9a7ed9942
commit 2300a48782
5 changed files with 60 additions and 8 deletions

View File

@@ -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;