Skip to content

Commit af5037a

Browse files
committed
PassPipeline: fix a wrong indentation
1 parent 38d1bc9 commit af5037a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/PassManager/PassPipeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ static void addMidLevelFunctionPipeline(SILPassPipelinePlan &P) {
735735
P.addLoopUnroll();
736736
}
737737

738-
static void addClosureSpecializePassPipeline(SILPassPipelinePlan &P) {
738+
static void addClosureSpecializePassPipeline(SILPassPipelinePlan &P) {
739739
P.startPipeline("ClosureSpecialize");
740740
P.addDeadFunctionAndGlobalElimination();
741741
P.addReadOnlyGlobalVariablesPass();

0 commit comments

Comments
 (0)