#clobber cc -> #clobber flags

This commit is contained in:
gingerBill
2026-08-17 12:10:08 +01:00
parent 1f2234a4b2
commit 344e8afa36
7 changed files with 40 additions and 23 deletions

View File

@@ -344,8 +344,8 @@ struct Entity {
bool is_volatile;
bool is_align_stack;
bool clobber_cc;
bool clobber_memory;
bool clobber_flags;
bool clobber_memory;
StringSet clobber_registers_set;
Scope *param_scope;