projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8749f
)
add prototype, remove dead proto
author
Chris Lattner
<sabre@nondot.org>
Wed, 17 Aug 2005 19:32:03 +0000
(19:32 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 17 Aug 2005 19:32:03 +0000
(19:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22835
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPC.h
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPC.h
b/lib/Target/PowerPC/PPC.h
index 5f041b576e9d6742a445a5bd7a71a8077085f6eb..6b9f906f1626b0ae06398f6409836fd5c2a3e507 100644
(file)
--- 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 *createPPC
64ISelPattern
(TargetMachine &TM);
+FunctionPass *createPPC
32ISelDag
(TargetMachine &TM);
FunctionPass *createDarwinAsmPrinter(std::ostream &OS, TargetMachine &TM);
FunctionPass *createAIXAsmPrinter(std::ostream &OS, TargetMachine &TM);