Jason Ekstrand writes:
> This makes the arguments match the (thing, container) pattern used in
> other nir_foreach macros and also renames it to make that a bit more
> clear.
Yay, consistency!
Reviewed-by: Eric Anholt
signature.asc
Description: PGP signature
_
Reviewed-by: Caio Marcelo de Oliveira Filho
On Tue, Jul 03, 2018 at 11:13:07PM -0700, Jason Ekstrand wrote:
> This makes the arguments match the (thing, container) pattern used in
> other nir_foreach macros and also renames it to make that a bit more
> clear.
> ---
> src/compiler/nir/nir_opt_dc
This makes the arguments match the (thing, container) pattern used in
other nir_foreach macros and also renames it to make that a bit more
clear.
---
src/compiler/nir/nir_opt_dce.c | 3 +--
src/compiler/nir/nir_worklist.h | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/sr