nir/opt_algebraic: Fix some expressions with ambiguous bit sizes
[mesa.git] / src / compiler / nir / nir_lower_clip.c
index c711230ad5baf57cefe381a7feb96e66bb1acb52..8437d2d775f48a6d63860d3429b967d351eb32fb 100644 (file)
@@ -146,7 +146,7 @@ find_output(nir_shader *shader, unsigned drvloc)
 
    nir_foreach_function(shader, function) {
       if (function->impl) {
-         nir_foreach_block_reverse(function->impl,
+         nir_foreach_block_reverse_call(function->impl,
                                    find_output_in_block, &state);
       }
    }