Skip to content

Commit ddc5037

Browse files
committed
!fixup clean up headers
1 parent c58ee07 commit ddc5037

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

llvm/include/llvm/Transforms/Utils/ExtraPassManager.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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

0 commit comments

Comments
 (0)