nir: add missing break to nir_opt_access()
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 1 Jul 2020 08:56:09 +0000 (18:56 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 2 Jul 2020 02:11:30 +0000 (12:11 +1000)
commitd55aa78615f0b80a5e35f28b32201189c86345b7
treeda5bb49d32704e160aa7f738e8597b504f4904b1
parentb8409a6af779a53cbb59680ce45b5a0b5c7cd86c
nir: add missing break to nir_opt_access()

Fixes: f2d0e48ddc74 ("glsl/nir: Add optimization pass for access flags")
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5714>
src/compiler/nir/nir_opt_access.c