Commit b0aa2390 by Richard Sandiford Committed by Richard Sandiford

mips.c (override_options): Fix comment typo.

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

From-SVN: r128862
parent 9a3c2683
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment