Skip to content

Commit ed0c391

Browse files
committed
Clang-format fix
1 parent 2918e38 commit ed0c391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ class FunctionPropertiesAnalysisTest : public testing::Test {
4646
MAM.registerPass([VocabVector = std::move(VocabVector)]() mutable {
4747
return IR2VecVocabAnalysis(std::move(VocabVector));
4848
});
49-
IR2VecVocab =
50-
std::make_unique<ir2vec::Vocabulary>(ir2vec::Vocabulary::createDummyVocabForTest(1));
49+
IR2VecVocab = std::make_unique<ir2vec::Vocabulary>(
50+
ir2vec::Vocabulary::createDummyVocabForTest(1));
5151
MAM.registerPass([&] { return PassInstrumentationAnalysis(); });
5252
FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); });
5353
FAM.registerPass([&] { return DominatorTreeAnalysis(); });

0 commit comments

Comments
 (0)