summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrFPU.td
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2014-04-07 22:11:40 +0000
committerReed Kotler <rkotler@mips.com>2014-04-07 22:11:40 +0000
commit735da8e015fa43cc4e2620705f628a1002ece07a (patch)
tree7af542cff6f5ccc1ef0d9efb2ae844de06d2fa8b /llvm/lib/Target/Mips/MipsInstrFPU.td
parentc7797accb8b8bdb8d7007249efd97c0bd312bd64 (diff)
downloadbcm5719-llvm-735da8e015fa43cc4e2620705f628a1002ece07a.tar.gz
bcm5719-llvm-735da8e015fa43cc4e2620705f628a1002ece07a.zip
Reverting commit r205628 due to mips64 issues.
llvm-svn: 205741
Diffstat (limited to 'llvm/lib/Target/Mips/MipsInstrFPU.td')
-rw-r--r--llvm/lib/Target/Mips/MipsInstrFPU.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFPU.td b/llvm/lib/Target/Mips/MipsInstrFPU.td
index 71c27572ef0..4b5a73ef77a 100644
--- a/llvm/lib/Target/Mips/MipsInstrFPU.td
+++ b/llvm/lib/Target/Mips/MipsInstrFPU.td
@@ -322,7 +322,7 @@ let isPseudo = 1, isCodeGenOnly = 1 in {
def PseudoCVT_D64_L : ABSS_FT<"", FGR64Opnd, GPR64Opnd, II_CVT>;
}
-let Predicates = [HasStdEnc] in {
+let Predicates = [NoNaNsFPMath, HasStdEnc] in {
def FABS_S : MMRel, ABSS_FT<"abs.s", FGR32Opnd, FGR32Opnd, II_ABS, fabs>,
ABSS_FM<0x5, 16>;
def FNEG_S : MMRel, ABSS_FT<"neg.s", FGR32Opnd, FGR32Opnd, II_NEG, fneg>,
OpenPOWER on IntegriCloud