diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2019-06-21 14:38:39 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2019-06-21 14:38:39 +0000 |
commit | 390549c8a15f6527ae92697f1eb084576cafd561 (patch) | |
tree | 7b1c49d71c17c4ebf2c544a0ea02951e600e8833 /gcc/ChangeLog | |
parent | 28b9598b64122e232f2998d8fed2f10ebbf78884 (diff) | |
download | gcc-390549c8a15f6527ae92697f1eb084576cafd561.zip gcc-390549c8a15f6527ae92697f1eb084576cafd561.tar.gz gcc-390549c8a15f6527ae92697f1eb084576cafd561.tar.bz2 |
Fix missing name in ChangeLog
It was in the commit message but got dropped from the ChangeLog entry
due to a scripting bug.
From-SVN: r272551
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1028781..73375ce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -292,6 +292,7 @@ * config/aarch64/aarch64-sve.md: Likewise throughout. 2019-06-18 Richard Sandiford <richard.sandiford@arm.com> + Kugan Vivekanandarajah <kuganv@linaro.org> * config/aarch64/aarch64-sve.md (*cond_<optab><mode>_0): Delete. (*cond_<optab><mode>_z): Fold into... |