diff --git a/src/compiler/nir/nir_lower_clip.c b/src/compiler/nir/nir_lower_clip.c index 38d55c90325..4d67ed52bb6 100644 --- a/src/compiler/nir/nir_lower_clip.c +++ b/src/compiler/nir/nir_lower_clip.c @@ -34,7 +34,7 @@ * for fragment shaders to insert conditional kills based on the inter- * polated CLIPDIST * - * NOTE: should be run after nir_lower_outputs_to_temporaries() (or at + * NOTE: should be run after nir_lower_io_var_to_temporaries() (or at * least in scenarios where you can count on each output written once * and only once). */