summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit33792a483a36c9abc677ea17b93e2056852853a0 (patch)
treea423d7c305f7596e48839237ae426442be46cf96 /llvm/lib/Target/PowerPC/PPC.h
parent9d5e4e8f3c9a5db1e92108ed409663ef7bee07c6 (diff)
downloadbcm5719-llvm-33792a483a36c9abc677ea17b93e2056852853a0.tar.gz
bcm5719-llvm-33792a483a36c9abc677ea17b93e2056852853a0.zip
Goodbye PPC pattern isel. You have served us well, but it is now time for
you to ride off into the sunset. llvm-svn: 25236
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 1f40a54b67f..8574026203a 100644
--- a/llvm/lib/Target/PowerPC/PPC.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud