summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authordavidu <davidu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-07 14:08:55 +0000
committerdavidu <davidu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-07 14:08:55 +0000
commit832474fea951c150ea880248b3769da80201b383 (patch)
tree2e208910d214cdb6241c26477d4446930f8c941c /gcc/config
parentef814c813fbe3b59ef99eba9a1c26412f2a2ebf3 (diff)
downloadgcc-832474fea951c150ea880248b3769da80201b383.tar.gz
* config/mips/mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the
list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118546 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 981a8d1eaa7..953b8ad3c9d 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -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)