]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Move ChangeLog entry to correct file
authorRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 19 Nov 2019 18:58:44 +0000 (18:58 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 19 Nov 2019 18:58:44 +0000 (18:58 +0000)
From-SVN: r278461

ChangeLog
gcc/ChangeLog

index 348306f289eadff1292c71b77d99ea2c1d1f03ba..664c018b13c8d62bebcec589d79c2f2bf8e3dc3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,3 @@
-2019-11-19  Richard Sandiford  <richard.sandiford@arm.com>
-gcc/
-       Revert:
-       2019-11-18  Richard Sandiford  <richard.sandiford@arm.com>
-
-       * cse.c (cse_insn): Delete no-op register moves too.
-       * simplify-rtx.c (comparison_to_mask): Handle unsigned comparisons.
-       Take a second comparison to control the value for NE.
-       (mask_to_comparison): Handle unsigned comparisons.
-       (simplify_logical_relational_operation): Likewise.  Update call
-       to comparison_to_mask.  Handle AND if !HONOR_NANs.
-       (simplify_binary_operation_1): Call the above for AND too.
-
 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
 
        * MAINTAINERS: Change my email address as maintainer.
index 170486a71969a2ff3d621493c4e3c3b4cc1a9c92..669fca892ec0b9ed32629e6297174beb3dfa1e13 100644 (file)
        (defile_delay *): Add simd_branch instructions.
        They have one regular delay slot.
 
+2019-11-19  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Revert:
+       2019-11-18  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * cse.c (cse_insn): Delete no-op register moves too.
+       * simplify-rtx.c (comparison_to_mask): Handle unsigned comparisons.
+       Take a second comparison to control the value for NE.
+       (mask_to_comparison): Handle unsigned comparisons.
+       (simplify_logical_relational_operation): Likewise.  Update call
+       to comparison_to_mask.  Handle AND if !HONOR_NANs.
+       (simplify_binary_operation_1): Call the above for AND too.
+
 2019-11-19  Martin Liska  <mliska@suse.cz>
 
        * toplev.c (general_init): Move the call...