From: ebotcazou Date: Mon, 5 Jan 2015 23:28:34 +0000 (+0000) Subject: * config/nds32/nds32-peephole2.md: Do not mention define_peephole. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb6966b749005fc8871ac9c72c7ca52f3c413090;p=thirdparty%2Fgcc.git * config/nds32/nds32-peephole2.md: Do not mention define_peephole. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219207 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2e4582f9cb5d..24bcddf3d705 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,8 @@ -2014-12-30 Max Filippov +2015-01-05 Eric Botcazou + + * config/nds32/nds32-peephole2.md: Do not mention define_peephole. + +2015-01-05 Max Filippov * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail, hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops): diff --git a/gcc/config/nds32/nds32-peephole2.md b/gcc/config/nds32/nds32-peephole2.md index 46913c62c09e..df391cc00888 100644 --- a/gcc/config/nds32/nds32-peephole2.md +++ b/gcc/config/nds32/nds32-peephole2.md @@ -19,7 +19,6 @@ ;; . -;; Use define_peephole and define_peephole2 to handle possible -;; target-specific optimization in this file. +;; Use define_peephole2 to handle possible target-specific optimization. ;; ------------------------------------------------------------------------