rs6000: Delete unused min/max macros
authorSegher Boessenkool <segher@gcc.gnu.org>
Fri, 8 Jun 2018 12:46:02 +0000 (14:46 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 8 Jun 2018 12:46:02 +0000 (14:46 +0200)
The last use was deleted in 2017.  There are the generic MIN/MAX macros
to use already, and in this new world we should use std::min, std::max.

* config/rs6000/rs6000.c (min, max): Delete.

From-SVN: r261324

gcc/ChangeLog

index 84384d1..190683c 100644 (file)
@@ -1,5 +1,9 @@
 2018-06-08  Segher Boessenkool  <segher@kernel.crashing.org>
 
+       * config/rs6000/rs6000.c (min, max): Delete.
+
+2018-06-08  Segher Boessenkool  <segher@kernel.crashing.org>
+
        * doc/invoke.texi (RS/6000 and PowerPC Options): Delete mention of
        -mabi=spe and -mabi=no-spe.