]> granicus.if.org Git - clang/commit
Convert the standard default-construction loops to use phis and
authorJohn McCall <rjmccall@apple.com>
Wed, 13 Jul 2011 06:10:41 +0000 (06:10 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 13 Jul 2011 06:10:41 +0000 (06:10 +0000)
commitc3c0766277cd64bf117450a1519c9cf762d994d4
treeba645d1f6661c9e2fc217445893d929bfe56dff1
parent2045b2dd6a779e9b35ac42a60cf30a6b07cb4bb6
Convert the standard default-construction loops to use phis and
partial destruction.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135033 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/new-overflow.cpp
test/CodeGenCXX/new.cpp
test/CodeGenCXX/partial-destruction.cpp
test/CodeGenCXX/value-init.cpp