]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
CRIS: Fix up last comment.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 14 Jul 2024 03:15:38 +0000 (05:15 +0200)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 14 Jul 2024 03:21:07 +0000 (05:21 +0200)
* config/cris/cris.cc (cris_option_override_after_change): Fix up
comment regarding disabling late_combine.

gcc/config/cris/cris.cc

index f2c3955b96654c5975c246aa87ad2f1fcd304893..617fc0a0cb337efc92cb09c14a8796b3691fa30c 100644 (file)
@@ -2440,10 +2440,9 @@ cris_option_override_after_change ()
      special corner case.
 
      A more valid reason is that coremark with -march=v10 -O2 regresses
-     by XXXXX% (@r15-gXXXXXXXXXXXX vs. @r15-gXXXXXXXXXXXX and also at
-     r15-gXXXXXXXXXXXX with patches to handle the REG_POINTER and
-     rld-legit1 fallout vs. this additional change).  Disable
-     late-combine by default until that's fixed.  */
+     by 2.6% @r15-2005-g13757e50ff0b compared to late-combined disabled.
+
+     Disable late-combine by default until that's fixed.  */
   if (!OPTION_SET_P (flag_late_combine_instructions))
     flag_late_combine_instructions = 0;
 }