aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>2013-04-08 17:00:26 +0100
committerJoern Rennecke <amylaar@gcc.gnu.org>2013-04-08 17:00:26 +0100
commitaefb0819fbe65e061fbfba4fb09fb63e3a2918c5 (patch)
treea196593a4cc948a165c561d02c8b387a0bdc814f
parent2ccc703d2ee849e502ebcf9fec62e57a14a9bc18 (diff)
downloadgcc-aefb0819fbe65e061fbfba4fb09fb63e3a2918c5.zip
gcc-aefb0819fbe65e061fbfba4fb09fb63e3a2918c5.tar.gz
gcc-aefb0819fbe65e061fbfba4fb09fb63e3a2918c5.tar.bz2
ChangeLog typo fix.
From-SVN: r197591
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0ff91d8..e6abaf4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -28,7 +28,7 @@
* config/epiphany/epiphany.md (mov_f+2): New peephole2 pattern.
(cstoresi4): Also allow re-use of zero result when doing a NE
comparison to a non-zero operand.
- Use (clobber (sratch)) for first insn if the gpr output is not needed.
+ Use (clobber (scratch)) for first insn if the gpr output is not needed.
2013-04-08 Jakub Jelinek <jakub@redhat.com>