We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c9826 commit 47e9f41Copy full SHA for 47e9f41
llvm/unittests/IR/MetadataTest.cpp
@@ -1599,12 +1599,12 @@ TEST_F(DILocationTest, KeyInstructions) {
1599
EXPECT_EQ(Context.pImpl->NextAtomGroup, 6u);
1600
1601
// Check the waterline gets incremented by 1.
1602
- EXPECT_EQ(Context.incNextAtomGroup(), 6u);
+ EXPECT_EQ(Context.incNextDILocationAtomGroup(), 6u);
1603
EXPECT_EQ(Context.pImpl->NextAtomGroup, 7u);
1604
1605
- Context.updateAtomGroupWaterline(8);
+ Context.updateDILocationAtomGroupWaterline(8);
1606
EXPECT_EQ(Context.pImpl->NextAtomGroup, 8u);
1607
- Context.updateAtomGroupWaterline(7);
+ Context.updateDILocationAtomGroupWaterline(7);
1608
1609
}
1610
0 commit comments