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 25b323f commit 93fa11dCopy full SHA for 93fa11d
llvm/unittests/IR/MetadataTest.cpp
@@ -1622,12 +1622,12 @@ TEST_F(DILocationTest, KeyInstructions) {
1622
EXPECT_EQ(Context.pImpl->NextAtomGroup, 6u);
1623
1624
// Check the waterline gets incremented by 1.
1625
- EXPECT_EQ(Context.incNextAtomGroup(), 6u);
+ EXPECT_EQ(Context.incNextDILocationAtomGroup(), 6u);
1626
EXPECT_EQ(Context.pImpl->NextAtomGroup, 7u);
1627
1628
- Context.updateAtomGroupWaterline(8);
+ Context.updateDILocationAtomGroupWaterline(8);
1629
EXPECT_EQ(Context.pImpl->NextAtomGroup, 8u);
1630
- Context.updateAtomGroupWaterline(7);
+ Context.updateDILocationAtomGroupWaterline(7);
1631
1632
}
1633
0 commit comments