mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the list.

* config/mips/mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the
	list.

From-SVN: r118546
This commit is contained in:
David Ung 2006-11-07 14:08:55 +00:00 committed by David Ung
parent 775e6c3a7b
commit 5ab727410a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-11-07 David Ung <davidu@mips.com>
* config/mips/mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the
list.
2006-11-06 Eric Christopher <echristo@apple.com>
* config.gcc: Add x86_64-darwin host support.

View File

@ -686,6 +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_MIPS64) \
&& !TARGET_MIPS16)