aboutsummaryrefslogtreecommitdiff
path: root/include/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parser.h b/include/parser.h
index 88bed93..b9a09b2 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -29,7 +29,7 @@ struct Parser {
bool has_func_parent;
ArenaAllocator *allocator; /* Owned */
amal_compiler *compiler;
- Ssa *ssa;
+ Ir *ir;
bool started;
TokenizerError error;
ErrorContext error_context;