diff options
author | David Ung <davidu@mips.com> | 2006-11-07 14:08:55 +0000 |
---|---|---|
committer | David Ung <davidu@gcc.gnu.org> | 2006-11-07 14:08:55 +0000 |
commit | 5ab727410aef535793986cf78e34fac2dffa8ede (patch) | |
tree | 2e208910d214cdb6241c26477d4446930f8c941c /gcc/config/mips | |
parent | 775e6c3a7b9301534d2e6ee3bff8178cde910b49 (diff) | |
download | gcc-5ab727410aef535793986cf78e34fac2dffa8ede.zip gcc-5ab727410aef535793986cf78e34fac2dffa8ede.tar.gz gcc-5ab727410aef535793986cf78e34fac2dffa8ede.tar.bz2 |
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
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 981a8d1..953b8ad 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) |