From b35b3e1bf70bf764940498247b1db5bb02761160 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 12 Mar 2019 01:27:54 +0100 Subject: Starting on ssa --- include/compiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/compiler.h') diff --git a/include/compiler.h b/include/compiler.h index d7314cc..4e24f11 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -22,6 +22,7 @@ struct amal_compiler { bool started; amal_mutex mutex; int resolve_ast_index; + int generate_ssa_index; }; CHECK_RESULT int amal_compiler_init(amal_compiler *self); -- cgit v1.2.3