aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl-iter.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-08-10 10:49:29 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2024-08-10 10:49:29 +0200
commit9d5c500c4fac9b65c95176d98203ec83b207d39d (patch)
tree5b1b37fc3b1cbad5a771f84ccfdb8f66fcdb7855 /gcc/rtl-iter.h
parent09a87ea666b28845a702d28cec6fee945b422dcd (diff)
downloadgcc-9d5c500c4fac9b65c95176d98203ec83b207d39d.zip
gcc-9d5c500c4fac9b65c95176d98203ec83b207d39d.tar.gz
gcc-9d5c500c4fac9b65c95176d98203ec83b207d39d.tar.bz2
testsuite: Fix up sse3-addsubps.c
The testcase uses sizeof (vals) / sizeof (vals) as the number of vals to handle (though, handles 8 vals at a time). That is an obvious typo, all similar testcases use sizeof (vals) / sizeof (vals[0]) properly. 2024-08-10 Jakub Jelinek <jakub@redhat.com> * gcc.target/powerpc/sse3-addsubps.c (TEST): Divide by sizeof (vals[0]) rather than sizeof (vals).
Diffstat (limited to 'gcc/rtl-iter.h')
0 files changed, 0 insertions, 0 deletions