]> granicus.if.org Git - clang/commit
Ensure that the NRVO flag has some block to insert into. Fixes PR9178!
authorNick Lewycky <nicholas@mxc.ca>
Wed, 16 Feb 2011 23:59:08 +0000 (23:59 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 16 Feb 2011 23:59:08 +0000 (23:59 +0000)
commita03733b28b7c0a6dde83561a8a391c1067f404a5
tree51ae419b939533ba2d85b3cd01011e8795210d82
parentc71a2c0ce03ec74391ff2b43b0a966860f23786e
Ensure that the NRVO flag has some block to insert into. Fixes PR9178!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125694 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
test/CodeGenCXX/nrvo-noreturn.cc [new file with mode: 0644]