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 580a9f2 commit d931b09Copy full SHA for d931b09
llvm/unittests/ProfileData/SampleProfTest.cpp
@@ -121,8 +121,6 @@ struct SampleProfTest : ::testing::Test {
121
delete PS;
122
123
// Test that summary can be attached to and read back from module.
124
- PS = ProfileSummary::getFromMD(MD);
125
-
126
M.eraseNamedMetadata(M.getOrInsertModuleFlagsMetadata());
127
M.setProfileSummary(MD, ProfileSummary::PSK_Sample);
128
MD = M.getProfileSummary(/* IsCS */ false);
0 commit comments