aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-09-20 01:27:54 +0000
committerDale Johannesen <dalej@apple.com>2007-09-20 01:27:54 +0000
commit41de436ca367ee3b4257551754bac236a37a2da5 (patch)
treed3f1ea82b90403ee2ca9ca16d593f0e55669d846
parent1af92b05d5d1ac1fe30bde65691fd44686bae873 (diff)
downloadexternal_llvm-41de436ca367ee3b4257551754bac236a37a2da5.zip
external_llvm-41de436ca367ee3b4257551754bac236a37a2da5.tar.gz
external_llvm-41de436ca367ee3b4257551754bac236a37a2da5.tar.bz2
another long double buglet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42159 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86FloatingPoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86FloatingPoint.cpp b/lib/Target/X86/X86FloatingPoint.cpp
index 179a71e..90813b5 100644
--- a/lib/Target/X86/X86FloatingPoint.cpp
+++ b/lib/Target/X86/X86FloatingPoint.cpp
@@ -619,6 +619,7 @@ void FPS::handleOneArgFP(MachineBasicBlock::iterator &I) {
MI->getOpcode() == X86::ISTT_Fp16m64 ||
MI->getOpcode() == X86::ISTT_Fp32m64 ||
MI->getOpcode() == X86::ISTT_Fp64m64 ||
+ MI->getOpcode() == X86::IST_Fp64m80 ||
MI->getOpcode() == X86::ISTT_Fp16m80 ||
MI->getOpcode() == X86::ISTT_Fp32m80 ||
MI->getOpcode() == X86::ISTT_Fp64m80 ||