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
8686 : public ShouldRunExtraPasses<ShouldRunExtraSimpleLoopUnswitch>,
8787 public AnalysisInfoMixin<ShouldRunExtraSimpleLoopUnswitch> {
8888 static AnalysisKey Key;
89-
90- static bool isRequired () { return true ; }
9189};
9290
9391} // 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++ -*-===//
42//
53// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
64// See https://llvm.org/LICENSE.txt for license information.
@@ -80,8 +78,6 @@ struct ExtraLoopPassManager : public LoopPassManager {
8078 PA.abandon <MarkerTy>();
8179 return PA;
8280 }
83-
84- static bool isRequired () { return true ; }
8581};
8682
8783} // namespace llvm
You can’t perform that action at this time.
0 commit comments