aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2024-07-14 05:15:38 +0200
committerHans-Peter Nilsson <hp@gcc.gnu.org>2024-07-14 05:21:07 +0200
commit74595c778335f6c512dc38d310353dfc32c7ea95 (patch)
tree2164575ff910e43f472c41b910d5fb0b0ea74b7f
parenta01b40c047334c5f7cf69233ac6f3bfeacc24c5d (diff)
downloadgcc-74595c778335f6c512dc38d310353dfc32c7ea95.zip
gcc-74595c778335f6c512dc38d310353dfc32c7ea95.tar.gz
gcc-74595c778335f6c512dc38d310353dfc32c7ea95.tar.bz2
CRIS: Fix up last comment.
* config/cris/cris.cc (cris_option_override_after_change): Fix up comment regarding disabling late_combine.
-rw-r--r--gcc/config/cris/cris.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/cris/cris.cc b/gcc/config/cris/cris.cc
index f2c3955..617fc0a 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;
}