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
@@ -208,7 +208,7 @@ nir_opt_constant_folding_impl(nir_function_impl *impl)
|
||||
state.impl = impl;
|
||||
state.progress = false;
|
||||
|
||||
nir_foreach_block(impl, constant_fold_block, &state);
|
||||
nir_foreach_block_call(impl, constant_fold_block, &state);
|
||||
|
||||
if (state.progress)
|
||||
nir_metadata_preserve(impl, nir_metadata_block_index |
|
||||
|
Reference in New Issue
Block a user