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 333bc9e commit 5cc4a3eCopy full SHA for 5cc4a3e
llvm/unittests/IR/IRBuilderTest.cpp
@@ -979,7 +979,8 @@ TEST_F(IRBuilderTest, DIBuilder) {
979
980
Builder.CreateRet(nullptr);
981
DIB.finalize();
982
- // Check the labels are not/are added to Bar's retainedNodes array (AlwaysPreserve).
+ // Check the labels are not/are added to Bar's retainedNodes array
983
+ // (AlwaysPreserve).
984
EXPECT_EQ(find(BarSP->getRetainedNodes(), Label),
985
BarSP->getRetainedNodes().end());
986
EXPECT_NE(find(BarSP->getRetainedNodes(), AlwaysPreserveLabel),
0 commit comments