mips.h (ISA_HAS_PREFETCHX): Fix typo.

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

From-SVN: r118562
This commit is contained in:
Richard Sandiford 2006-11-07 18:05:52 +00:00 committed by Richard Sandiford
parent d2927bd54f
commit daca5b05b0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

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