nir: Embed the shader_info in the nir_shader again
[mesa.git] / src / compiler / nir / nir.h
index 2a9ab542f6e21b9910dac2ccadd8c9b008cf1940..3b827bf7fca174e1aaa9e75dad98818deb0502af 100644 (file)
@@ -1863,7 +1863,7 @@ typedef struct nir_shader {
    const struct nir_shader_compiler_options *options;
 
    /** Various bits of compile-time information about a given shader */
-   struct shader_info *info;
+   struct shader_info info;
 
    /** list of global variables in the shader (nir_variable) */
    struct exec_list globals;