1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Test commit

llvm-svn: 336485
This commit is contained in:
Chijun Sima 2018-07-07 16:22:22 +00:00
parent fe4fd06747
commit 1f432345d3

View File

@ -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());
}