]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
move ChangeLog entry to the correct file
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Apr 2019 13:38:55 +0000 (13:38 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Apr 2019 13:38:55 +0000 (13:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270444 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
gcc/ChangeLog

index e7afd8347b298d568a1e8a1ed9c73472bdc130ad..b36e2a707d17b0d2beb2edf3d13db2a1b34d657a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 5b8c5acb076af03ab7612d9083aabae666df4b11..44a83877d868396c6825dd1b94f37fe50c56986e 100644 (file)
        * 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