mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-04 19:20:20 +00:00
Remove unneeded hash maps when you can store the data directly on the nodes
This commit is contained in:
@@ -510,6 +510,7 @@ struct AstSplitArgs {
|
||||
u16 mnemonic; \
|
||||
u8 suffix_flags; \
|
||||
i32 valid_form_index; \
|
||||
struct AsmInstructionFacts *facts; \
|
||||
}) \
|
||||
AST_KIND(AsmMemoryOperand, "asm memory operand", struct { \
|
||||
Token open; \
|
||||
|
||||
Reference in New Issue
Block a user