浏览代码

Added skip for Entity_ProcedureGrouping

Aleksander Birkeland 7 年之前
父节点
当前提交
265c05927f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ir.cpp

+ 1 - 1
src/ir.cpp

@@ -8314,7 +8314,7 @@ void ir_gen_tree(irGen *s) {
 			continue;
 			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
 			// NOTE(bill): Handled above as it requires a specific load order
 			continue;
 			continue;
 		}
 		}