Remove header files that were privatized
[oota-llvm.git] / include / llvm / CodeGen / PeepholeOpts.h
diff --git a/include/llvm/CodeGen/PeepholeOpts.h b/include/llvm/CodeGen/PeepholeOpts.h
deleted file mode 100644 (file)
index 2cbc778..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//===-- llvm/CodeGen/PeepholeOpts.h ----------------------------*- C++ -*--===//
-//
-// External interface to peephole optimization pass operating on machine code.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_CODEGEN_PEEPHOLE_OPTS_H
-#define LLVM_CODEGEN_PEEPHOLE_OPTS_H
-
-class TargetMachine;
-class FunctionPass;
-
-FunctionPass *createPeepholeOptsPass(TargetMachine &Target);
-
-#endif