From: H.J. Lu Date: Thu, 12 Feb 2009 15:45:20 +0000 (-0800) Subject: Mention PR target/38824 in ChangeLog entries. X-Git-Tag: releases/gcc-4.4.0~567 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ce6dcfa37083451e9966bbc8db4bfe1e496e458;p=thirdparty%2Fgcc.git Mention PR target/38824 in ChangeLog entries. From-SVN: r144129 --- 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