Skip to content

Commit 386712f

Browse files
committed
Merge branch 'users/meinersbur/polly_PhaseManager' into users/meinersbur/polly_remove-ScopPass
2 parents 67ff7b6 + ea67fed commit 386712f

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

polly/include/polly/DependenceInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ class Dependences final {
154154
friend struct DependenceAnalysis;
155155
friend struct DependenceInfoPrinterPass;
156156
friend class DependenceInfo;
157-
friend class DependenceInfoWrapperPass;
158157

159158
/// Destructor that will free internal objects.
160159
~Dependences() { releaseMemory(); }

polly/include/polly/Support/DumpModulePass.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
#include "llvm/IR/PassManager.h"
1717
#include <string>
1818

19-
namespace llvm {
20-
class ModulePass;
21-
} // namespace llvm
22-
2319
namespace polly {
2420
/// A pass that prints the module into a file.
2521
///
@@ -42,9 +38,4 @@ struct DumpModulePass final : llvm::PassInfoMixin<DumpModulePass> {
4238

4339
} // namespace polly
4440

45-
namespace llvm {
46-
class PassRegistry;
47-
void initializeDumpModuleWrapperPassPass(llvm::PassRegistry &);
48-
} // namespace llvm
49-
5041
#endif /* POLLY_SUPPORT_DUMPMODULEPASS_H */

polly/lib/Plugin/Polly.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
//
9-
//===----------------------------------------------------------------------===//
108

11-
#include "polly/RegisterPasses.h"
12-
#include "llvm/PassRegistry.h"
139
#include "llvm/Passes/PassPlugin.h"
1410

1511
// Pass Plugin Entrypoints

0 commit comments

Comments
 (0)