From: Richard Sandiford Date: Fri, 28 Sep 2007 09:58:32 +0000 (+0000) Subject: mips.c (override_options): Fix comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0aa2390573e52199741ce74eaac3102ea631370;p=gcc.git mips.c (override_options): Fix comment typo. gcc/ * config/mips/mips.c (override_options): Fix comment typo. From-SVN: r128862 --- 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