From 30f5a3bb9358ded6a48e8d8ba6f5eb0b3743a807 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 23 Mar 2018 20:48:30 +0000 Subject: Move cycle checking to much earlier on in the semantic stage --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index c1999e766..bf4d19d30 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -685,6 +685,8 @@ i32 exec_llvm_llc(String output_base) { #endif } + + int main(int arg_count, char **arg_ptr) { if (arg_count < 2) { usage(make_string_c(arg_ptr[0])); -- cgit v1.2.3