]> granicus.if.org Git - clang/commit
Don't build an aggregate constructor loop when the constructor is trivial.
authorAnders Carlsson <andersca@mac.com>
Mon, 3 May 2010 15:09:17 +0000 (15:09 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 3 May 2010 15:09:17 +0000 (15:09 +0000)
commite99bdb6969ec16d2829ccdf62b04a8c8eda8b215
tree5fe6ca93f5b13089ddaf7ee61a239f22eb34cca9
parent33d73fa9dbeddae48cf44a100937b02eae9843c4
Don't build an aggregate constructor loop when the constructor is trivial.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102912 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/new.cpp