Skip to content

Commit 25b323f

Browse files
committed
simplify comment
1 parent a462397 commit 25b323f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/unittests/IR/MetadataTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,8 +1598,8 @@ TEST_F(DILocationTest, KeyInstructions) {
15981598
EXPECT_EQ(Context.pImpl->NextAtomGroup, 1u);
15991599
DILocation *A1 =
16001600
DILocation::get(Context, 1, 0, getSubprogram(), nullptr, false, 1, 2);
1601-
// The group is only applied to the DILocation if the build has opted into
1602-
// the additional DILocation fields needed for the feature.
1601+
// The group is only applied to the DILocation if we've built LLVM with
1602+
// EXPERIMENTAL_KEY_INSTRUCTIONS.
16031603
#ifdef EXPERIMENTAL_KEY_INSTRUCTIONS
16041604
EXPECT_EQ(A1->getAtomGroup(), 1u);
16051605
EXPECT_EQ(A1->getAtomRank(), 2u);

0 commit comments

Comments
 (0)