]> granicus.if.org Git - clang/commit
Fix for PR5454: make sure to use the right block as the predecessor in the
authorEli Friedman <eli.friedman@gmail.com>
Tue, 10 Nov 2009 22:39:09 +0000 (22:39 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 10 Nov 2009 22:39:09 +0000 (22:39 +0000)
commit7f1de456fe6b6fb6d3fb8144df6173d2354f595a
treec9ec8c29e098eac40ec9fe666129c57cb3dc2a2f
parent69a2c268dbc2844bbdecfbbbb82602e6bb4bd1df
Fix for PR5454: make sure to use the right block as the predecessor in the
generated PHI node for the null check of a new operator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86738 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXXExpr.cpp
test/CodeGenCXX/new-operator-phi.cpp [new file with mode: 0644]