nv50/ir: Add fallthrough statement.
authorVinson Lee <vlee@freedesktop.org>
Tue, 8 Sep 2020 04:15:03 +0000 (21:15 -0700)
committerVinson Lee <vlee@freedesktop.org>
Fri, 11 Sep 2020 00:30:16 +0000 (17:30 -0700)
commita2a330a4edadb5e477d24211091415f82c284fc8
tree83b0bcb69b71831ec2e3d0b3c61cc1eff3ece25c
parent50d335804fb9cfeb20f20b1c031e39a6d239791b
nv50/ir: Add fallthrough statement.

Fix defect reported by Coverity Scan.

Missing break in switch (MISSING_BREAK)
unterminated_case: The case for value
nir_intrinsic_bindless_image_samples is not terminated by a 'break'
statement.

Suggested-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6645>
src/gallium/drivers/nouveau/codegen/nv50_ir_from_nir.cpp