From: Richard Sandiford Date: Tue, 7 Nov 2006 18:05:52 +0000 (+0000) Subject: mips.h (ISA_HAS_PREFETCHX): Fix typo. X-Git-Tag: releases/gcc-4.3.0~8592 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daca5b05b041425a41cd31851c8b9a717bf8a7f8;p=thirdparty%2Fgcc.git mips.h (ISA_HAS_PREFETCHX): Fix typo. gcc/ * config/mips/mips.h (ISA_HAS_PREFETCHX): Fix typo. From-SVN: r118562 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0791389c2815..78f6fa1e75c6 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 953b8ad3c9df..ddcc81b32774 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)