summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-25 21:11:28 +0000
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-25 21:11:28 +0000
commit39996977b0626dc55ec48eba22e8edf42ef627d3 (patch)
treed060800a4f62d3ec536a1bc21b411aaf3f4192d8
parente4b565815d00fe85471d93ab6d8d0a299f494b22 (diff)
downloadgcc-39996977b0626dc55ec48eba22e8edf42ef627d3.tar.gz
Fix type in the changelog entry,
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228154 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 56206f468b3..910fd4f3d7a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,7 +2,7 @@
PR target/61578
* lra-constarints.c (match_reload): Check presence of the input pseudo
- in the output pseudo.
+ in the output operand.
2015-09-25 Tobias Burnus <burnus@net-b.de>