Correct ChangeLog for revision 233907.

From-SVN: r233908
This commit is contained in:
Bin Cheng 2016-03-02 14:16:00 +00:00
parent 192912db8a
commit c790887195
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2016-03-02 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/69052
PR rtl-optimization/69052
* loop-invariant.c (canonicalize_address): New function.
(inv_can_prop_to_addr_use): Check validity of address expression
which is canonicalized by above function.

View file

@ -1,6 +1,6 @@
2016-03-02 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/69052
PR rtl-optimization/69052
* gcc.target/i386/pr69052.c: New test.
2016-03-02 Alan Modra <amodra@gmail.com>