From f87233c0418fcc0f084d915657c9d431c0795457 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 14 Aug 2016 15:03:49 +0800 Subject: HIR Typecheck - Magical index impl for arrays. --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7b3fb2f4..1ca3f5e9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,8 +31,8 @@ bool debug_enabled() //return true; //return g_cur_phase != "Parse"; //return g_cur_phase != "Parse" && g_cur_phase != "Expand"; - //return g_cur_phase != "Parse" && g_cur_phase != "Expand" && g_cur_phase != "Resolve"; - return g_cur_phase != "Parse" && g_cur_phase != "Expand" && g_cur_phase != "Resolve" && g_cur_phase != "Typecheck Expressions"; + return g_cur_phase != "Parse" && g_cur_phase != "Expand" && g_cur_phase != "Resolve"; + //return g_cur_phase != "Parse" && g_cur_phase != "Expand" && g_cur_phase != "Resolve" && g_cur_phase != "Typecheck Expressions"; //return false; //return g_cur_phase == "Lower MIR"; } -- cgit v1.2.3