nir: Remove the ffma peephole
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 15 Nov 2014 06:09:27 +0000 (22:09 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:20:21 +0000 (07:20 -0800)
commitd6fe35a418426c811398a32b9aeacf7410f6352d
tree458e027b171871e790220069abb9d50931ea7390
parentf77f4c00ce4834ca14dd27bed28949dc012e7daf
nir: Remove the ffma peephole

This is no longer needed because it's now part of the algebraic
optimization pass

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/glsl/Makefile.sources
src/glsl/nir/nir_opt_peephole_ffma.c [deleted file]