pan/mdg: Make -Wswitch happy

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11123>
This commit is contained in:
Alyssa Rosenzweig
2021-06-04 12:50:46 -04:00
committed by Marge Bot
parent 34c6d105f6
commit 21d06a41f7
+3
View File
@@ -212,6 +212,9 @@ mir_lower_special_reads(compiler_context *ctx)
mark_node_class(texr, ins->src[2]);
mark_node_class(texw, ins->dest);
break;
default:
break;
}
}