diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2020-02-11 02:20:56 +0000 |
---|---|---|
committer | Segher Boessenkool <segher@kernel.crashing.org> | 2020-02-12 02:05:00 +0000 |
commit | d9e067f98b0c4f57d8acd60526b6fa11a1d109e5 (patch) | |
tree | 6b4cf31dac361bde2dc32c490d95057fdeaeb6a3 /gcc/ira.c | |
parent | 35e24106fc1b782e70f8339e0a1321a2bc7a7f15 (diff) | |
download | gcc-d9e067f98b0c4f57d8acd60526b6fa11a1d109e5.zip gcc-d9e067f98b0c4f57d8acd60526b6fa11a1d109e5.tar.gz gcc-d9e067f98b0c4f57d8acd60526b6fa11a1d109e5.tar.bz2 |
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.
Diffstat (limited to 'gcc/ira.c')
0 files changed, 0 insertions, 0 deletions