Browse Source

Added skip for Entity_ProcedureGrouping

Aleksander Birkeland 7 years ago
parent
commit
265c05927f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ir.cpp

+ 1 - 1
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;
 		}