intel/compiler: remove abandoned comments
authorAndres Gomez <agomez@igalia.com>
Fri, 12 Jul 2019 15:17:01 +0000 (18:17 +0300)
committerAndres Gomez <agomez@igalia.com>
Fri, 12 Jul 2019 16:15:20 +0000 (16:15 +0000)
c8665005: ("intel/compiler: Don't always require precise lowering of flrp")
forgot to remove some comments that didn't apply any more after the
change.

Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrnd.net>
src/intel/compiler/brw_nir.c

index 2d46b87de6cda837fa050fbfb1e73abc2011d5c8..ef387e5160175701f8b2ad5f6a2f775e2ee9340d 100644 (file)
@@ -557,9 +557,6 @@ brw_nir_optimize(nir_shader *nir, const struct brw_compiler *compiler,
       OPT(nir_opt_constant_folding);
 
       if (lower_flrp != 0) {
-         /* To match the old behavior, set always_precise only for scalar
-          * shader stages.
-          */
          if (OPT(nir_lower_flrp,
                  lower_flrp,
                  false /* always_precise */,