more qualifying

This commit is contained in:
Tyler
2022-03-10 17:36:46 -05:00
parent 047034544e
commit 1653b6c5b7
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ struct InlineAssemblyAnnotation: StatementAnnotation
/// True, if the assembly block was annotated to be memory-safe.
bool markedMemorySafe = false;
/// True, if the assembly block involves any memory opcode or assigns to variables in memory.
SetOnce<bool> hasMemoryEffects;
util::SetOnce<bool> hasMemoryEffects;
};
struct BlockAnnotation: StatementAnnotation, ScopableAnnotation