diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2018-05-07 20:54:31 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2018-05-07 20:54:31 +0530 |
commit | 543477f78b9163dc1d74596c726043d7611a8740 (patch) | |
tree | c9b62e33a885fbc8c953804395c878eb1c58ac96 /ChangeLog | |
parent | ffa81c22a3ac0fb75ad9bf2b1c3cdbf9eafa0bc9 (diff) | |
download | glibc-543477f78b9163dc1d74596c726043d7611a8740.tar glibc-543477f78b9163dc1d74596c726043d7611a8740.tar.gz glibc-543477f78b9163dc1d74596c726043d7611a8740.tar.bz2 glibc-543477f78b9163dc1d74596c726043d7611a8740.zip |
benchtests: Move iterator declaration into loop header
This is a minor style change to move the definition of I to its usage
scope instead of at the top of the function. This is consistent with
glibc style guidelines and more importantly it was getting in the way
of my testing.
* benchtests/bench-memcpy-walk.c (do_test): Move declaration
of I into loop header.
* benchtests/bench-memmove-walk.c (do_test): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -2018-05-07 Alexandre Oliva <oliva@gnu.org> +2018-05-07 Siddhesh Poyarekar <siddhesh@sourceware.org> + + * benchtests/bench-memcpy-walk.c (test_main): Move declaration + of I into loop header. + * benchtests/bench-memmove-walk.c + (test_main): Likewise. + +2018-05-07 Alexandre Oliva <oliva@gnu.org> Revert: 2018-04-30 Raymond Nicholson <rain1@airmail.cc> |