move ChangeLog entry to the correct file
From-SVN: r270444
This commit is contained in:
parent
714996e2c2
commit
5f864b980a
@ -2,15 +2,6 @@
|
||||
|
||||
* MAINTAINERS: Update my email address.
|
||||
|
||||
2019-04-15 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
PR rtl-optimization/89794
|
||||
* combine.c (count_auto_inc): New function.
|
||||
(try_combine): Count how many auto_inc expressions there were in the
|
||||
original instructions. Ensure we have the same number in the new
|
||||
instructions. Remove the code that tried to ensure auto_inc side
|
||||
effects on i1 and i0 are not lost.
|
||||
|
||||
2019-04-14 Johannes Pfau <johannespfau@gmail.com>
|
||||
|
||||
* configure.ac: Remove d from unsupported languages on mingw and cygwin.
|
||||
|
@ -238,6 +238,15 @@
|
||||
* tree-ssa-reassoc.c (init_range_entry): Do not pick up
|
||||
abnormal operands from def stmts.
|
||||
|
||||
2019-04-15 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
PR rtl-optimization/89794
|
||||
* combine.c (count_auto_inc): New function.
|
||||
(try_combine): Count how many auto_inc expressions there were in the
|
||||
original instructions. Ensure we have the same number in the new
|
||||
instructions. Remove the code that tried to ensure auto_inc side
|
||||
effects on i1 and i0 are not lost.
|
||||
|
||||
2019-04-15 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR ipa/88936
|
||||
|
Loading…
Reference in New Issue
Block a user