diff options
author | Alex Coplan <alex.coplan@arm.com> | 2023-06-06 11:04:45 +0100 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2023-06-07 17:41:37 +0100 |
commit | 713613541254039a34e1dd8fd4a613a299af1fd6 (patch) | |
tree | 26470f6ed6e04ed8ed277ce75a09de1c8f681cc8 /libgcc | |
parent | 49310a993308492348119f4033e4db0bda4fe46a (diff) | |
download | gcc-713613541254039a34e1dd8fd4a613a299af1fd6.zip gcc-713613541254039a34e1dd8fd4a613a299af1fd6.tar.gz gcc-713613541254039a34e1dd8fd4a613a299af1fd6.tar.bz2 |
aarch64: Fix whitespace in ls64 builtin implementation [PR110100]
The ls64 builtin code was using incorrect GNU style with eight spaces where
there should be a tab. Fixed thusly.
gcc/ChangeLog:
PR target/110100
* config/aarch64/aarch64-builtins.cc (aarch64_init_ls64_builtins_types):
Replace eight consecutive spaces with tabs.
(aarch64_init_ls64_builtins): Likewise.
(aarch64_expand_builtin_ls64): Likewise.
* config/aarch64/aarch64.md (ld64b): Likewise.
(st64b): Likewise.
(st64bv): Likewise
(st64bv0): Likewise.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions