summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-15 01:24:23 +0000
committerChris Lattner <sabre@nondot.org>2006-07-15 01:24:23 +0000
commite1758d4cef94692a7164f57d8b30bd8085d921fa (patch)
treea3466371d5485b230ace4bebc440b990c4a46119 /llvm/lib/Target/PowerPC/PPC.h
parent45fcadc9f0daec35a48d5346b49effe03bb42237 (diff)
downloadbcm5719-llvm-e1758d4cef94692a7164f57d8b30bd8085d921fa.tar.gz
bcm5719-llvm-e1758d4cef94692a7164f57d8b30bd8085d921fa.zip
Remove what little AIX support we have. It has never been tested and isn't
complete. llvm-svn: 29156
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPC.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.h b/llvm/lib/Target/PowerPC/PPC.h
index fb64a933a83..5e8e15cc3b4 100644
--- a/llvm/lib/Target/PowerPC/PPC.h
+++ b/llvm/lib/Target/PowerPC/PPC.h
@@ -24,7 +24,6 @@ class PPCTargetMachine;
FunctionPass *createPPCBranchSelectionPass();
FunctionPass *createPPCISelDag(PPCTargetMachine &TM);
FunctionPass *createDarwinAsmPrinter(std::ostream &OS, PPCTargetMachine &TM);
-FunctionPass *createAIXAsmPrinter(std::ostream &OS, PPCTargetMachine &TM);
} // end namespace llvm;
// GCC #defines PPC on Linux but we use it as our namespace name
OpenPOWER on IntegriCloud