]> granicus.if.org Git - clang/commit
Darwin/x86-32: Enumerated types and block pointer types in structures were not
authorDaniel Dunbar <daniel@zuster.org>
Thu, 24 Sep 2009 05:12:36 +0000 (05:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 24 Sep 2009 05:12:36 +0000 (05:12 +0000)
commit55e59e139d9ebcaae16d710472e28edbcafac98a
tree27938d82dfbbca18ed4b292a57934b3d07791d12
parent0954cdec4b13f1b3fd4c8711e02ded914968000b
Darwin/x86-32: Enumerated types and block pointer types in structures were not
handled correctly.
 - <rdar://problem/7247671> Function arguments incorrect when function returns a
   struct on i386 w/ llvm-g++ and clang

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82681 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetABIInfo.cpp
test/CodeGen/x86_32-arguments.c