summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_double_packing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/nir/nir_lower_double_packing.c')
-rw-r--r--src/compiler/nir/nir_lower_double_packing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_lower_double_packing.c b/src/compiler/nir/nir_lower_double_packing.c
index d43683d..4018d0b 100644
--- a/src/compiler/nir/nir_lower_double_packing.c
+++ b/src/compiler/nir/nir_lower_double_packing.c
@@ -81,7 +81,7 @@ lower_double_pack_impl(nir_function_impl *impl)
{
nir_builder b;
nir_builder_init(&b, impl);
- nir_foreach_block(impl, lower_double_pack_block, &b);
+ nir_foreach_block_call(impl, lower_double_pack_block, &b);
}
void