File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
llvm/include/llvm/Transforms Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ struct ShouldRunExtraSimpleLoopUnswitch
86
86
: public ShouldRunExtraPasses<ShouldRunExtraSimpleLoopUnswitch>,
87
87
public AnalysisInfoMixin<ShouldRunExtraSimpleLoopUnswitch> {
88
88
static AnalysisKey Key;
89
-
90
- static bool isRequired () { return true ; }
91
89
};
92
90
93
91
} // end namespace llvm
Original file line number Diff line number Diff line change 1
- // ===- ExtraFunctionPassManager.h - Run Optimizations on Demand ---------*- C++
2
- // -*-===//
3
- //
1
+ // ===- ExtraFunctionPassManager.h - Run Optimizations on Demand -*- C++ -*-===//
4
2
//
5
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6
4
// See https://llvm.org/LICENSE.txt for license information.
@@ -80,8 +78,6 @@ struct ExtraLoopPassManager : public LoopPassManager {
80
78
PA.abandon <MarkerTy>();
81
79
return PA;
82
80
}
83
-
84
- static bool isRequired () { return true ; }
85
81
};
86
82
87
83
} // namespace llvm
You can’t perform that action at this time.
0 commit comments