gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
[mesa.git] / src / gallium / include / pipe / p_state.h
index 10d21db28c681606fe11b20abf3a5eb4e2115b6f..2b56d60b5ed9eed4aeba858237dd74b625a71e12 100644 (file)
@@ -782,8 +782,9 @@ struct pipe_blit_info
 struct pipe_grid_info
 {
    /**
-    * For drivers that use PIPE_SHADER_IR_LLVM as their prefered IR, this value
-    * will be the index of the kernel in the opencl.kernels metadata list.
+    * For drivers that use PIPE_SHADER_IR_NATIVE as their prefered IR, this
+    * value will be the index of the kernel in the opencl.kernels metadata
+    * list.
     */
    uint32_t pc;