Mention PR target/38824 in ChangeLog entries.

From-SVN: r144129
This commit is contained in:
H.J. Lu 2009-02-12 07:45:20 -08:00
parent f13eae6a01
commit 0ce6dcfa37
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@
2009-02-11 Paolo Bonzini <bonzini@gnu.org>
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.

View file

@ -17,6 +17,7 @@
2009-02-11 Paolo Bonzini <bonzini@gnu.org>
PR target/38824
* gcc.target/i386/pr38824.c: New testcase.
2009-02-11 Jason Merrill <jason@redhat.com>