Skip to content

Commit c9c9826

Browse files
committed
simplify comment
1 parent 372485e commit c9c9826

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
@@ -1575,8 +1575,8 @@ TEST_F(DILocationTest, KeyInstructions) {
15751575
EXPECT_EQ(Context.pImpl->NextAtomGroup, 1u);
15761576
DILocation *A1 =
15771577
DILocation::get(Context, 1, 0, getSubprogram(), nullptr, false, 1, 2);
1578-
// The group is only applied to the DILocation if the build has opted into
1579-
// the additional DILocation fields needed for the feature.
1578+
// The group is only applied to the DILocation if we've built LLVM with
1579+
// EXPERIMENTAL_KEY_INSTRUCTIONS.
15801580
#ifdef EXPERIMENTAL_KEY_INSTRUCTIONS
15811581
EXPECT_EQ(A1->getAtomGroup(), 1u);
15821582
EXPECT_EQ(A1->getAtomRank(), 2u);

0 commit comments

Comments
 (0)