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:
parent
775e6c3a7b
commit
5ab727410a
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user