summaryrefslogtreecommitdiff
path: root/polly/include/polly/CodeGen/CodegenCleanup.h
diff options
context:
space:
mode:
Diffstat (limited to 'polly/include/polly/CodeGen/CodegenCleanup.h')
-rw-r--r--polly/include/polly/CodeGen/CodegenCleanup.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/polly/include/polly/CodeGen/CodegenCleanup.h b/polly/include/polly/CodeGen/CodegenCleanup.h
index a1fd6805dfe5..e69de29bb2d1 100644
--- a/polly/include/polly/CodeGen/CodegenCleanup.h
+++ b/polly/include/polly/CodeGen/CodegenCleanup.h
@@ -1,17 +0,0 @@
-#ifndef POLLY_CODEGENCLEANUP_H
-#define POLLY_CODEGENCLEANUP_H
-
-namespace llvm {
-class FunctionPass;
-class PassRegistry;
-} // namespace llvm
-
-namespace polly {
-llvm::FunctionPass *createCodegenCleanupPass();
-} // namespace polly
-
-namespace llvm {
-void initializeCodegenCleanupPass(llvm::PassRegistry &);
-} // namespace llvm
-
-#endif