diff options
author | Jason Ekstrand <[email protected]> | 2014-11-14 22:09:27 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-01-15 07:20:21 -0800 |
commit | d6fe35a418426c811398a32b9aeacf7410f6352d (patch) | |
tree | 458e027b171871e790220069abb9d50931ea7390 /src/glsl/Makefile.sources | |
parent | f77f4c00ce4834ca14dd27bed28949dc012e7daf (diff) |
nir: Remove the ffma peephole
This is no longer needed because it's now part of the algebraic
optimization pass
Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 604d9edac4d..a61f234bd4a 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -41,7 +41,6 @@ NIR_FILES = \ $(GLSL_SRCDIR)/nir/nir_opt_cse.c \ $(GLSL_SRCDIR)/nir/nir_opt_dce.c \ $(GLSL_SRCDIR)/nir/nir_opt_global_to_local.c \ - $(GLSL_SRCDIR)/nir/nir_opt_peephole_ffma.c \ $(GLSL_SRCDIR)/nir/nir_opt_peephole_select.c \ $(GLSL_SRCDIR)/nir/nir_print.c \ $(GLSL_SRCDIR)/nir/nir_remove_dead_variables.c \ |