aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprAgg.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-07 22:35:13 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-07 22:35:13 +0000
commit63ef464c3fad1e8b9f9360baa6c81f974b712e90 (patch)
tree3809b571133d9e4388993f282855661001978e9d /lib/CodeGen/CGExprAgg.cpp
parent3e31552aed7c6e9c915bbc8d457ec84bb4a8d7e9 (diff)
Do not use CXXZeroValueInitExpr for class types. Instead, use
CXXConstructExpr/CXXTemporaryObjectExpr/CXXNewExpr as appropriate. Fixes PR7556, and provides a slide codegen improvement when copy-initializing a POD class type from a value-initialized temporary. Previously, we weren't eliding the copy. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprAgg.cpp')
0 files changed, 0 insertions, 0 deletions