diff options
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |