From d4ca9de33906972fa06bd2b7e38cbc2b4d3574c2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 14 Mar 2019 21:24:44 +0100 Subject: Add ssa string --- include/ast.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ast.h') diff --git a/include/ast.h b/include/ast.h index b63dab5..ae9b6b3 100644 --- a/include/ast.h +++ b/include/ast.h @@ -8,6 +8,7 @@ #include "std/scoped_allocator.h" #include "std/hash_map.h" #include "binop_type.h" +#include "ssa/ssa.h" #include @@ -67,6 +68,7 @@ struct Scope { struct FunctionDecl { Scope body; + SsaFuncIndex ssa_func_index; }; struct FunctionCall { -- cgit v1.2.3