commit | 7636e9136bd260cb1d88b1a50ec2c18ee777e8fb | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Sat Oct 04 05:48:38 2008 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Sat Oct 04 05:48:38 2008 +0000 |
tree | 0bdf84aea45083a30fd44abebd70991163d1308b | |
parent | b31925dc0b03b0e964c4adb6190d66874278efaa [diff] [blame] |
Reverse the RHSBlock of LogicalOp && and || git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57041 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/CFG.cpp b/lib/AST/CFG.cpp index 0313ada..8e9c3fb 100644 --- a/lib/AST/CFG.cpp +++ b/lib/AST/CFG.cpp
@@ -458,6 +458,7 @@ Succ = ConfluenceBlock; Block = NULL; CFGBlock* RHSBlock = Visit(B->getRHS()); + FinishBlock(RHSBlock); // Now link the LHSBlock with RHSBlock. if (B->getOpcode() == BinaryOperator::LOr) {