aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-12 01:46:07 +0000
committerChris Lattner <sabre@nondot.org>2006-01-12 01:46:07 +0000
commit05f1fe8d448013531f86a24b5173fe57330291ef (patch)
tree24f58fba2ad290ad82d6d671c8ecb78f6dbe1114 /lib/Target/PowerPC/PPC.h
parent271426a99a6afb5a884b6dcf2e50a6a9680ec839 (diff)
downloadexternal_llvm-05f1fe8d448013531f86a24b5173fe57330291ef.zip
external_llvm-05f1fe8d448013531f86a24b5173fe57330291ef.tar.gz
external_llvm-05f1fe8d448013531f86a24b5173fe57330291ef.tar.bz2
Goodbye PPC pattern isel. You have served us well, but it is now time for
you to ride off into the sunset. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.h')
-rw-r--r--lib/Target/PowerPC/PPC.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h
index 1f40a54..8574026 100644
--- a/lib/Target/PowerPC/PPC.h
+++ b/lib/Target/PowerPC/PPC.h
@@ -27,7 +27,6 @@ enum PPCTargetEnum {
};
FunctionPass *createPPCBranchSelectionPass();
-FunctionPass *createPPCISelPattern(TargetMachine &TM);
FunctionPass *createPPCISelDag(TargetMachine &TM);
FunctionPass *createDarwinAsmPrinter(std::ostream &OS, TargetMachine &TM);
FunctionPass *createAIXAsmPrinter(std::ostream &OS, TargetMachine &TM);