From daca5b05b041425a41cd31851c8b9a717bf8a7f8 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 7 Nov 2006 18:05:52 +0000 Subject: [PATCH] mips.h (ISA_HAS_PREFETCHX): Fix typo. gcc/ * config/mips/mips.h (ISA_HAS_PREFETCHX): Fix typo. From-SVN: r118562 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0791389c281..78f6fa1e75c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-07 Richard Sandiford + + * config/mips/mips.h (ISA_HAS_PREFETCHX): Fix typo. + 2006-11-07 Josh Conner * doc/invoke.texi (fstrict-aliasing): Move implementation 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)