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 2918e38 commit ed0c391Copy full SHA for ed0c391
llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp
@@ -46,8 +46,8 @@ class FunctionPropertiesAnalysisTest : public testing::Test {
46
MAM.registerPass([VocabVector = std::move(VocabVector)]() mutable {
47
return IR2VecVocabAnalysis(std::move(VocabVector));
48
});
49
- IR2VecVocab =
50
- std::make_unique<ir2vec::Vocabulary>(ir2vec::Vocabulary::createDummyVocabForTest(1));
+ IR2VecVocab = std::make_unique<ir2vec::Vocabulary>(
+ ir2vec::Vocabulary::createDummyVocabForTest(1));
51
MAM.registerPass([&] { return PassInstrumentationAnalysis(); });
52
FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); });
53
FAM.registerPass([&] { return DominatorTreeAnalysis(); });
0 commit comments