Added skip for Entity_ProcedureGrouping

This commit is contained in:
Aleksander Birkeland
2017-12-04 16:05:42 +01:00
committed by GitHub
parent 05ad38ae2d
commit 265c05927f
+1 -1
View File
@@ -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;
}