nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:

committed by
Jason Ekstrand

parent
7143068296
commit
b6dc940ec2
@@ -261,7 +261,7 @@ split_var_copies_impl(nir_function_impl *impl)
|
||||
state.dead_ctx = ralloc_context(NULL);
|
||||
state.progress = false;
|
||||
|
||||
nir_foreach_block(impl, split_var_copies_block, &state);
|
||||
nir_foreach_block_call(impl, split_var_copies_block, &state);
|
||||
|
||||
ralloc_free(state.dead_ctx);
|
||||
|
||||
|
Reference in New Issue
Block a user