Commit daca5b05 by Richard Sandiford Committed by Richard Sandiford

mips.h (ISA_HAS_PREFETCHX): Fix typo.

gcc/
	* config/mips/mips.h (ISA_HAS_PREFETCHX): Fix typo.

From-SVN: r118562
parent d2927bd5
2006-11-07 Richard Sandiford <richard@codesourcery.com>
* config/mips/mips.h (ISA_HAS_PREFETCHX): Fix typo.
2006-11-07 Josh Conner <jconner@apple.com>
* doc/invoke.texi (fstrict-aliasing): Move implementation
......
......@@ -686,7 +686,7 @@ extern const struct mips_rtx_cost_data *mips_cost;
(prefx is a cop1x instruction, so can only be used if FP is
enabled.) */
#define ISA_HAS_PREFETCHX ((ISA_MIPS4 \
|| ISA_MIPS32R2) \
|| ISA_MIPS32R2 \
|| ISA_MIPS64) \
&& !TARGET_MIPS16)
......
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