nir: remove some fields from nir_shader_compiler_options
authorConnor Abbott <cwabbott0@gmail.com>
Sat, 3 Sep 2016 04:49:58 +0000 (00:49 -0400)
committerConnor Abbott <cwabbott0@gmail.com>
Sat, 3 Sep 2016 04:49:58 +0000 (00:49 -0400)
I accidentally added these with 0dc4cab. Oops!

src/compiler/nir/nir.h

index 6852551cc45cf8768fba2fd8601046517b0d4165..c1cf94001f6540540f7d9d9262f43fa8c713b891 100644 (file)
@@ -1758,9 +1758,6 @@ typedef struct nir_shader_compiler_options {
     * information must be inferred from the list of input nir_variables.
     */
    bool use_interpolated_input_intrinsics;
-
-   bool lower_b2dx;
-   bool lower_b2i;
 } nir_shader_compiler_options;
 
 typedef struct nir_shader_info {