diff options
-rw-r--r-- | src/compiler/nir/nir_lower_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_lower_io.c b/src/compiler/nir/nir_lower_io.c index 71d2432bb4e..189370df364 100644 --- a/src/compiler/nir/nir_lower_io.c +++ b/src/compiler/nir/nir_lower_io.c @@ -369,7 +369,7 @@ nir_lower_io_block(nir_block *block, break; default: - break; + continue; } if (nir_intrinsic_infos[intrin->intrinsic].has_dest) { |