]> granicus.if.org Git - clang/commit
Fix the ABI convention for struct returns on x86 outside of Darwin.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 23 Mar 2009 23:26:24 +0000 (23:26 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 23 Mar 2009 23:26:24 +0000 (23:26 +0000)
commit9fd58e85d59f8244c7ba289ae4f9b4f5e0b4c98f
treea6552194df7229c042ec883159005aeda9a712ac
parentbeb58cb83bd53b79b80fc6f9952efd985934cbfc
Fix the ABI convention for struct returns on x86 outside of Darwin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67577 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp