diff mbox series

[COMMITTED] CRIS: Fix up last comment.

Message ID 20240714032527.E41E02043C@pchp3.se.axis.com
State New
Headers show
Series [COMMITTED] CRIS: Fix up last comment. | expand

Commit Message

Hans-Peter Nilsson July 14, 2024, 3:25 a.m. UTC
Regarding shortening it: no need to duplicate what's in the git commit
log, just keep it at the minimum for at-a-glance use.

-- >8 --
	* config/cris/cris.cc (cris_option_override_after_change): Fix up
	comment regarding disabling late_combine.
---
 gcc/config/cris/cris.cc | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/gcc/config/cris/cris.cc b/gcc/config/cris/cris.cc
index f2c3955b9665..617fc0a0cb33 100644
--- a/gcc/config/cris/cris.cc
+++ b/gcc/config/cris/cris.cc
@@ -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;
 }