diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-15 01:24:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-15 01:24:23 +0000 |
commit | ba4733d901b1c2b994f66707657342b8c81c92bc (patch) | |
tree | b5b143e0dbc00e54d22e0f84ab0a804dcdbf448e /lib/Target/PowerPC/PPC.h | |
parent | fb5115e84cba2b55b102528df6ecfdb5d7edcaaf (diff) |
Remove what little AIX support we have. It has never been tested and isn't
complete.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29156 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.h')
-rw-r--r-- | lib/Target/PowerPC/PPC.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h index fb64a933a8..5e8e15cc3b 100644 --- a/lib/Target/PowerPC/PPC.h +++ b/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 |