From 12ab3e6853e1e9d452c66ac4ff66fca6b0311836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 22 Apr 2022 13:14:04 -0400 Subject: [PATCH] radeonsi: remove an obsolete comment about LLVM 14 Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/gallium/drivers/radeonsi/si_state_shaders.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_state_shaders.cpp b/src/gallium/drivers/radeonsi/si_state_shaders.cpp index cd47c2dd143..09eff4aa54b 100644 --- a/src/gallium/drivers/radeonsi/si_state_shaders.cpp +++ b/src/gallium/drivers/radeonsi/si_state_shaders.cpp @@ -92,7 +92,7 @@ unsigned si_determine_wave_size(struct si_screen *sscreen, struct si_shader *sha return profile_wave_size; } - /* LLVM 13 and 14 have a bug that causes compile failures with discard in Wave32 + /* LLVM 13 has a bug that causes compile failures with discard in Wave32 * in some cases. Alpha test in Wave32 is luckily unaffected. */ if (stage == MESA_SHADER_FRAGMENT && info->base.fs.uses_discard &&