summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-02 22:13:21 +0000
committerChris Lattner <sabre@nondot.org>2010-02-02 22:13:21 +0000
commit55fed86353fb39924378dc0e5d29cb273f5e2138 (patch)
tree4aee9451883ba0003388e9200ba5bfe2bde87b1c /lib/Target/PowerPC/PPC.h
parenta6a089cd244033109a232c99cb09ac424703afff (diff)
downloadllvm-55fed86353fb39924378dc0e5d29cb273f5e2138.tar.gz
llvm-55fed86353fb39924378dc0e5d29cb273f5e2138.tar.bz2
llvm-55fed86353fb39924378dc0e5d29cb273f5e2138.tar.xz
tidy some targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95146 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.h')
-rw-r--r--lib/Target/PowerPC/PPC.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h
index b4017bdaa8..67e3a4ad67 100644
--- a/lib/Target/PowerPC/PPC.h
+++ b/lib/Target/PowerPC/PPC.h
@@ -23,8 +23,6 @@
namespace llvm {
class PPCTargetMachine;
class FunctionPass;
- class MachineCodeEmitter;
- class ObjectCodeEmitter;
class formatted_raw_ostream;
FunctionPass *createPPCBranchSelectionPass();