radeonsi: remove an obsolete comment about LLVM 14

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16112>
This commit is contained in:
Marek Olšák
2022-04-22 13:14:04 -04:00
committed by Marge Bot
parent b8a6bbc6c5
commit 12ab3e6853
@@ -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 &&