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/Makefile.sources | |
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/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index cc147218c4e..908508adffb 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -129,7 +129,6 @@ LIBGLSL_FILES = \ glsl/opt_constant_folding.cpp \ glsl/opt_constant_propagation.cpp \ glsl/opt_constant_variable.cpp \ - glsl/opt_copy_propagation.cpp \ glsl/opt_copy_propagation_elements.cpp \ glsl/opt_dead_builtin_variables.cpp \ glsl/opt_dead_builtin_varyings.cpp \ |