]> granicus.if.org Git - clang/commit
Structs and classes with non-trivial destructors or copy constructors should be passe...
authorAnders Carlsson <andersca@mac.com>
Wed, 27 Jan 2010 03:25:19 +0000 (03:25 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 27 Jan 2010 03:25:19 +0000 (03:25 +0000)
commita887423cf580e19b2d03e3a0499c065730c96b28
tree50f6c0dde20a2613c078c0fea9fcb94e72f3ff36
parent99d12526e18441aa7528bf7b33dfa6d2ed6a5b18
Structs and classes with non-trivial destructors or copy constructors should be passed indirectly in the 32-bit ABI. Fixes PR6094.

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