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
This commit is contained in:
Maciej W. Rozycki 2013-07-16 22:58:58 +00:00 committed by Maciej W. Rozycki
parent d163afc5d4
commit d4ed27eb7f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-07-16 Maciej W. Rozycki <macro@codesourcery.com>
* config/mips/mips.h (ISA_HAS_NMADD4_NMSUB4): Remove
TARGET_MIPS5400 checking.
2013-07-16 Jakub Jelinek <jakub@redhat.com>
Peter Bergner <bergner@vnet.ibm.com>

View file

@ -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