diff options
author | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2018-08-07 14:33:09 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2018-08-07 14:33:09 +0000 |
commit | e81c3c1e9cc642160749ad7a0577e1d18698438e (patch) | |
tree | 56834553778c4aecc513050ec5f895c05bb72eb8 | |
parent | 63b48839b8e19a33bb2b0f86e1a443c53b395bc0 (diff) | |
download | gcc-e81c3c1e9cc642160749ad7a0577e1d18698438e.zip gcc-e81c3c1e9cc642160749ad7a0577e1d18698438e.tar.gz gcc-e81c3c1e9cc642160749ad7a0577e1d18698438e.tar.bz2 |
Fix PR number for HPPA speculation patch: PR target/86807 -> PR target/86785
This just fixes the PR number in the ChangeLog. Nothing we can do
about the SVN history.
From-SVN: r263358
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8bbccea..66394b8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -9,7 +9,7 @@ 2018-08-06 John David Anglin <danglin@gcc.gnu.org> - PR target/86807 + PR target/86785 * config/pa/pa.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define to speculation_safe_value_not_needed. |