From b6dc940ec273252678d40707d300851fa1c85ea5 Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Wed, 13 Apr 2016 16:25:34 -0400 Subject: nir: rename nir_foreach_block*() to nir_foreach_block*_call() Reviewed-by: Jason Ekstrand --- src/compiler/nir/nir_lower_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/nir/nir_lower_io.c') diff --git a/src/compiler/nir/nir_lower_io.c b/src/compiler/nir/nir_lower_io.c index df1f7a5..7679c02 100644 --- a/src/compiler/nir/nir_lower_io.c +++ b/src/compiler/nir/nir_lower_io.c @@ -403,7 +403,7 @@ nir_lower_io_impl(nir_function_impl *impl, state.modes = modes; state.type_size = type_size; - nir_foreach_block(impl, nir_lower_io_block, &state); + nir_foreach_block_call(impl, nir_lower_io_block, &state); nir_metadata_preserve(impl, nir_metadata_block_index | nir_metadata_dominance); -- cgit v1.1