radeonsi: remove TGSI from comments
[mesa.git] / src / gallium / drivers / radeonsi / si_shader_llvm.c
index 64ceaf7ed34e4b494175ae1d04c2cb9f2337c1b6..df33d34076e1fa13f147c4c6c221275b5a0017ab 100644 (file)
@@ -149,7 +149,7 @@ void si_llvm_context_init(struct si_shader_context *ctx,
        ctx->i1true = LLVMConstInt(ctx->i1, 1, 0);
 }
 
-/* Set the context to a certain TGSI shader. Can be called repeatedly
+/* Set the context to a certain shader. Can be called repeatedly
  * to change the shader. */
 void si_llvm_context_set_ir(struct si_shader_context *ctx,
                            struct si_shader *shader)