diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-07-16 22:58:58 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2013-07-16 22:58:58 +0000 |
commit | d4ed27eb7f674fe64d9134a2713729be8e38eebd (patch) | |
tree | 59333a28788d69421f5dbc5c959aa7a4ca6b701b /gcc/config/mips | |
parent | d163afc5d442581b3c1e04700ec807a28c58f945 (diff) | |
download | gcc-d4ed27eb7f674fe64d9134a2713729be8e38eebd.zip gcc-d4ed27eb7f674fe64d9134a2713729be8e38eebd.tar.gz gcc-d4ed27eb7f674fe64d9134a2713729be8e38eebd.tar.bz2 |
mips.h (ISA_HAS_NMADD4_NMSUB4): Remove TARGET_MIPS5400 checking.
* config/mips/mips.h (ISA_HAS_NMADD4_NMSUB4): Remove
TARGET_MIPS5400 checking.
From-SVN: r200992
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 838037f..ed08de1 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -907,7 +907,6 @@ struct mips_cpu_info { || (ISA_MIPS32R2 && (MODE) == V2SFmode) \ || ISA_MIPS64 \ || ISA_MIPS64R2) \ - && (!TARGET_MIPS5400 || TARGET_MAD) \ && !TARGET_MIPS16) /* ISA has floating-point nmadd and nmsub instructions |