From b0aa2390573e52199741ce74eaac3102ea631370 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Fri, 28 Sep 2007 09:58:32 +0000 Subject: [PATCH] mips.c (override_options): Fix comment typo. gcc/ * config/mips/mips.c (override_options): Fix comment typo. From-SVN: r128862 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 503af66d1a9..8613621963f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-28 Richard Sandiford + + * config/mips/mips.c (override_options): Fix comment typo. + 2007-09-28 Jakub Jelinek PR c++/31434 diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 4544cfca5ce..dbb7149b86e 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -6045,7 +6045,7 @@ override_options (void) /* If neither -mbranch-likely nor -mno-branch-likely was given on the command line, set MASK_BRANCHLIKELY based on the target architecture and tuning flags. Annulled delay slots are a - size win, so we only consider the process-specific tuning + size win, so we only consider the processor-specific tuning for !optimize_size. */ if (ISA_HAS_BRANCHLIKELY && (optimize_size -- 2.11.4.GIT