mips.c (override_options): Fix comment typo.

gcc/
	* config/mips/mips.c (override_options): Fix comment typo.

From-SVN: r128862
This commit is contained in:
Richard Sandiford 2007-09-28 09:58:32 +00:00 committed by Richard Sandiford
parent 9a3c2683a9
commit b0aa239057
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-09-28 Richard Sandiford <rsandifo@nildram.co.uk>
* config/mips/mips.c (override_options): Fix comment typo.
2007-09-28 Jakub Jelinek <jakub@redhat.com>
PR c++/31434

View File

@ -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