]> granicus.if.org Git - clang/commit
[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)
commitb97de8844953260910b6c7e459d3a4735903bec1
tree19d2a3179da9271508a0ba097013bdfb3c87c4be
parent67a539da85af8053e98e47da1d43d3a7580ce7bd
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372197 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/x86_64-mno-sse2.c [new file with mode: 0644]