summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 20:33:38 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 20:33:38 +0000
commite4fe5371034ed70935719dd98c32dcffd85bf914 (patch)
tree45439c80b892f065053be3ef0c4c3e829144cb3f
parent0792315409f660bfe3038537fbd545a5707f255e (diff)
downloadbcm5719-llvm-e4fe5371034ed70935719dd98c32dcffd85bf914.tar.gz
bcm5719-llvm-e4fe5371034ed70935719dd98c32dcffd85bf914.zip
Remove header files that were privatized
llvm-svn: 8307
-rw-r--r--llvm/include/llvm/CodeGen/PeepholeOpts.h15
-rw-r--r--llvm/include/llvm/CodeGen/PreSelection.h16
2 files changed, 0 insertions, 31 deletions
diff --git a/llvm/include/llvm/CodeGen/PeepholeOpts.h b/llvm/include/llvm/CodeGen/PeepholeOpts.h
deleted file mode 100644
index 2cbc7782f57..00000000000
--- a/llvm/include/llvm/CodeGen/PeepholeOpts.h
+++ /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
diff --git a/llvm/include/llvm/CodeGen/PreSelection.h b/llvm/include/llvm/CodeGen/PreSelection.h
deleted file mode 100644
index 42913fdaec3..00000000000
--- a/llvm/include/llvm/CodeGen/PreSelection.h
+++ /dev/null
@@ -1,16 +0,0 @@
-//===-- llvm/CodeGen/PreSelection.h ----------------------------*- C++ -*--===//
-//
-// External interface to pre-selection pass that specializes LLVM
-// code for a target machine.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_CODEGEN_PRE_SELECTION_H
-#define LLVM_CODEGEN_PRE_SELECTION_H
-
-class TargetMachine;
-class Pass;
-
-Pass *createPreSelectionPass(TargetMachine &Target);
-
-#endif
OpenPOWER on IntegriCloud