diff options
author | Caio Marcelo de Oliveira Filho <[email protected]> | 2018-06-15 14:06:57 -0700 |
---|---|---|
committer | Caio Marcelo de Oliveira Filho <[email protected]> | 2018-07-27 10:51:25 -0700 |
commit | 1d71981b274ecfb9764b360772be7e9bcc868484 (patch) | |
tree | 8161cfb5cd60eb227c5b23a3dc1bd676d4ead4b1 /src/compiler/glsl/meson.build | |
parent | 134b5a7047f97fbf2537c5e4f31fa08264e1c130 (diff) |
glsl: use only copy_propagation_elements
Now that the elements version handles both cases, remove the
non-elements version.
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Thomas Helland <[email protected]>
Diffstat (limited to 'src/compiler/glsl/meson.build')
-rw-r--r-- | src/compiler/glsl/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/glsl/meson.build b/src/compiler/glsl/meson.build index 96536b80168..09662b20775 100644 --- a/src/compiler/glsl/meson.build +++ b/src/compiler/glsl/meson.build @@ -170,7 +170,6 @@ files_libglsl = files( 'opt_constant_folding.cpp', 'opt_constant_propagation.cpp', 'opt_constant_variable.cpp', - 'opt_copy_propagation.cpp', 'opt_copy_propagation_elements.cpp', 'opt_dead_builtin_variables.cpp', 'opt_dead_builtin_varyings.cpp', |