[X86] Prevent assertion when calling a function that returns double with -mno-sse2...
authorCraig Topper <craig.topper@intel.com>
Wed, 18 Sep 2019 01:57:46 +0000 (01:57 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 18 Sep 2019 01:57:46 +0000 (01:57 +0000)
commit4a07336a886d6fa908ee19d72abe0ecb3732b377
tree57c0f4808a308107a52e317302078def98dcd65e
parentd6cad39316359a8bebac830350b1d190ce9b0cee
[X86] Prevent assertion when calling a function that returns double with -mno-sse2 on x86-64.

As seen in the most recent updates to PR10498

llvm-svn: 372197
clang/test/CodeGen/x86_64-mno-sse2.c [new file with mode: 0644]
llvm/lib/Target/X86/X86ISelLowering.cpp