rs6000: Use strlen instead of sizeof - 1
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 11 Feb 2020 02:20:56 +0000 (02:20 +0000)
committerSegher Boessenkool <segher@kernel.crashing.org>
Wed, 12 Feb 2020 02:05:00 +0000 (02:05 +0000)
commitd9e067f98b0c4f57d8acd60526b6fa11a1d109e5
tree6b4cf31dac361bde2dc32c490d95057fdeaeb6a3
parent35e24106fc1b782e70f8339e0a1321a2bc7a7f15
rs6000: Use strlen instead of sizeof - 1

It is easier to read and understand  strlen ("string")  than it is to
read and understand  sizeof ("string") - 1  .

* config/rs6000/rs6000.c (rs6000_debug_print_mode): Don't use sizeof
where strlen is more legible.
(rs6000_builtin_vectorized_libmass): Ditto.
(rs6000_print_options_internal): Ditto.
gcc/ChangeLog
gcc/config/rs6000/rs6000.c