From: Chris Lattner Date: Wed, 17 Aug 2005 19:32:03 +0000 (+0000) Subject: add prototype, remove dead proto X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d1c4626e147b8c9ee6dfe8bbec05f3a2dc27af9d;p=oota-llvm.git add prototype, remove dead proto git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22835 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h index 5f041b576e9..6b9f906f162 100644 --- a/lib/Target/PowerPC/PPC.h +++ b/lib/Target/PowerPC/PPC.h @@ -29,7 +29,7 @@ enum PPCTargetEnum { FunctionPass *createPPCBranchSelectionPass(); FunctionPass *createPPC32ISelSimple(TargetMachine &TM); FunctionPass *createPPC32ISelPattern(TargetMachine &TM); -FunctionPass *createPPC64ISelPattern(TargetMachine &TM); +FunctionPass *createPPC32ISelDag(TargetMachine &TM); FunctionPass *createDarwinAsmPrinter(std::ostream &OS, TargetMachine &TM); FunctionPass *createAIXAsmPrinter(std::ostream &OS, TargetMachine &TM);