From: hjl Date: Thu, 12 Feb 2009 15:45:20 +0000 (+0000) Subject: Mention PR target/38824 in ChangeLog entries. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b899e8082e094e13abed789b586b4751cac97c96;p=thirdparty%2Fgcc.git Mention PR target/38824 in ChangeLog entries. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144129 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a8c28277b4a..87a7d4afdf62 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -57,6 +57,7 @@ 2009-02-11 Paolo Bonzini + PR target/38824 * config/i386/i386.md: Add two new peephole2 to avoid mov followed by arithmetic with memory operands. * config/i386/predicates.md (commutative_operator): New. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c37536befe46..40354db87931 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -17,6 +17,7 @@ 2009-02-11 Paolo Bonzini + PR target/38824 * gcc.target/i386/pr38824.c: New testcase. 2009-02-11 Jason Merrill