From d6fe35a418426c811398a32b9aeacf7410f6352d Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Fri, 14 Nov 2014 22:09:27 -0800 Subject: nir: Remove the ffma peephole This is no longer needed because it's now part of the algebraic optimization pass Reviewed-by: Connor Abbott --- src/glsl/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'src/glsl/Makefile.sources') diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 604d9ed..a61f234 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 \ -- cgit v1.1