From 265c05927f11195e6242fc576a567042ea7f3b2e Mon Sep 17 00:00:00 2001 From: Aleksander Birkeland Date: Mon, 4 Dec 2017 16:05:42 +0100 Subject: Added skip for Entity_ProcedureGrouping --- src/ir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ir.cpp') diff --git a/src/ir.cpp b/src/ir.cpp index e4ce6fe83..f1b6a5ee0 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -8314,7 +8314,7 @@ void ir_gen_tree(irGen *s) { continue; } - if (e->kind == Entity_Variable) { + if (e->kind == Entity_Variable || e->kind == Entity_ProcedureGrouping) { // NOTE(bill): Handled above as it requires a specific load order continue; } -- cgit v1.2.3