diff options
author | Chijun Sima <simachijun@gmail.com> | 2018-07-07 16:22:22 +0000 |
---|---|---|
committer | Chijun Sima <simachijun@gmail.com> | 2018-07-07 16:22:22 +0000 |
commit | 1d27406135d541db5536fbeabd09b65c4ba618ba (patch) | |
tree | 9d1de33b7d55a33b65139e970af665f27b427c1c /llvm/unittests/IR/DomTreeUpdaterTest.cpp | |
parent | c22fd359f6c158387ef99bd24311e5d0e896775c (diff) | |
download | bcm5719-llvm-1d27406135d541db5536fbeabd09b65c4ba618ba.tar.gz bcm5719-llvm-1d27406135d541db5536fbeabd09b65c4ba618ba.zip |
Test commit
llvm-svn: 336485
Diffstat (limited to 'llvm/unittests/IR/DomTreeUpdaterTest.cpp')
-rw-r--r-- | llvm/unittests/IR/DomTreeUpdaterTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/IR/DomTreeUpdaterTest.cpp b/llvm/unittests/IR/DomTreeUpdaterTest.cpp index f431fa21039..242eee7d09e 100644 --- a/llvm/unittests/IR/DomTreeUpdaterTest.cpp +++ b/llvm/unittests/IR/DomTreeUpdaterTest.cpp @@ -295,7 +295,6 @@ TEST(DomTreeUpdater, LazyUpdateDTBasicOperations) { ASSERT_TRUE(isa<UnreachableInst>(BB3->getTerminator())); EXPECT_EQ(BB3->getParent(), F); DTU.recalculate(*F); - EXPECT_FALSE(DTU.hasPendingDeletedBB()); } |