summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-25 20:18:48 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-25 20:18:48 +0000
commit54134708f5debe1631f9ea9b232f78758a2151e4 (patch)
tree1c638a306c596f44a379af53a0db3e717f29623a /lib/Target/PowerPC/PPC.h
parent8cb2d61bce5950df8e3b8dec481b88fb2eaa66d0 (diff)
downloadllvm-54134708f5debe1631f9ea9b232f78758a2151e4.tar.gz
llvm-54134708f5debe1631f9ea9b232f78758a2151e4.tar.bz2
llvm-54134708f5debe1631f9ea9b232f78758a2151e4.tar.xz
Code clean up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135954 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.h')
-rw-r--r--lib/Target/PowerPC/PPC.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h
index 0684eea352..5dc1863a0b 100644
--- a/lib/Target/PowerPC/PPC.h
+++ b/lib/Target/PowerPC/PPC.h
@@ -31,12 +31,7 @@ namespace llvm {
class MachineInstr;
class AsmPrinter;
class MCInst;
- class MCCodeEmitter;
- class MCContext;
- class MCInstrInfo;
- class MCSubtargetInfo;
class TargetMachine;
- class TargetAsmBackend;
FunctionPass *createPPCBranchSelectionPass();
FunctionPass *createPPCISelDag(PPCTargetMachine &TM);