diff options
| author | Dale Johannesen <dalej@apple.com> | 2007-09-20 01:27:54 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2007-09-20 01:27:54 +0000 |
| commit | 95be037d67001deb3230ffc917a4a46c27989621 (patch) | |
| tree | a06962d17e67bc9ad7173fa38d0db1a804806822 /llvm/lib/Target | |
| parent | e7be16a0533499cbd4492589b665410f24073732 (diff) | |
| download | bcm5719-llvm-95be037d67001deb3230ffc917a4a46c27989621.tar.gz bcm5719-llvm-95be037d67001deb3230ffc917a4a46c27989621.zip | |
another long double buglet
llvm-svn: 42159
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/X86FloatingPoint.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86FloatingPoint.cpp b/llvm/lib/Target/X86/X86FloatingPoint.cpp index 179a71e03fa..90813b57ef8 100644 --- a/llvm/lib/Target/X86/X86FloatingPoint.cpp +++ b/llvm/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 || |

