Skip to content

Commit 5cc4a3e

Browse files
committed
format
1 parent 333bc9e commit 5cc4a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/unittests/IR/IRBuilderTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,8 @@ TEST_F(IRBuilderTest, DIBuilder) {
979979

980980
Builder.CreateRet(nullptr);
981981
DIB.finalize();
982-
// Check the labels are not/are added to Bar's retainedNodes array (AlwaysPreserve).
982+
// Check the labels are not/are added to Bar's retainedNodes array
983+
// (AlwaysPreserve).
983984
EXPECT_EQ(find(BarSP->getRetainedNodes(), Label),
984985
BarSP->getRetainedNodes().end());
985986
EXPECT_NE(find(BarSP->getRetainedNodes(), AlwaysPreserveLabel),

0 commit comments

Comments
 (0)