summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-07 18:05:52 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-07 18:05:52 +0000
commitb17207c0ca0fcee44d3eb7c54522e538dfa161c4 (patch)
treee054200c976d6425f52013b376298f451b01c5aa /gcc/config
parentea18f02272278321727e02403010ccc1ec5b7211 (diff)
downloadgcc-b17207c0ca0fcee44d3eb7c54522e538dfa161c4.tar.gz
gcc/
* config/mips/mips.h (ISA_HAS_PREFETCHX): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118562 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 953b8ad3c9d..ddcc81b3277 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -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)