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:
parent
d2927bd54f
commit
daca5b05b0
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user