From: Dale Johannesen Date: Thu, 20 Sep 2007 01:27:54 +0000 (+0000) Subject: another long double buglet X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=41de436ca367ee3b4257551754bac236a37a2da5;p=oota-llvm.git another long double buglet git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42159 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86FloatingPoint.cpp b/lib/Target/X86/X86FloatingPoint.cpp index 179a71e03fa..90813b57ef8 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 ||