Skip to content

Commit 67f22cd

Browse files
committed
Apply clang-format
1 parent a3e0d72 commit 67f22cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Passes/PassBuilderPipelines.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,8 +1240,8 @@ PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level,
12401240
MPM.addPass(AssignGUIDPass());
12411241
if (IsCtxProfUse) {
12421242
MPM.addPass(PGOCtxProfFlatteningPass(/*IsPreThinlink=*/true));
1243-
MPM.addPass(createModuleToFunctionPassAdaptor(
1244-
PGOEstimateTripCountsPass()));
1243+
MPM.addPass(
1244+
createModuleToFunctionPassAdaptor(PGOEstimateTripCountsPass()));
12451245
return MPM;
12461246
}
12471247
// Block further inlining in the instrumented ctxprof case. This avoids

0 commit comments

Comments
 (0)