File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff 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 (); }
Original file line number Diff line number Diff line change 1616#include " llvm/IR/PassManager.h"
1717#include < string>
1818
19- namespace llvm {
20- class ModulePass ;
21- } // namespace llvm
22-
2319namespace 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 */
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments