зеркало из https://github.com/microsoft/clang-1.git
Reverse the RHSBlock of LogicalOp && and ||
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
7a02344d9b
Коммит
924d9a8cb9
|
@ -458,6 +458,7 @@ CFGBlock* CFGBuilder::WalkAST(Stmt* Terminator, bool AlwaysAddStmt = false) {
|
|||
Succ = ConfluenceBlock;
|
||||
Block = NULL;
|
||||
CFGBlock* RHSBlock = Visit(B->getRHS());
|
||||
FinishBlock(RHSBlock);
|
||||
|
||||
// Now link the LHSBlock with RHSBlock.
|
||||
if (B->getOpcode() == BinaryOperator::LOr) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче