[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPC.h 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Wed Aug 17 12:32:14 PDT 2005
    
    
  
Changes in directory llvm/lib/Target/PowerPC:
PowerPC.h updated: 1.19 -> 1.20
---
Log message:
add prototype, remove dead proto
---
Diffs of the changes:  (+1 -1)
 PowerPC.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PowerPC.h
diff -u llvm/lib/Target/PowerPC/PowerPC.h:1.19 llvm/lib/Target/PowerPC/PowerPC.h:1.20
--- llvm/lib/Target/PowerPC/PowerPC.h:1.19	Fri Aug  5 17:05:03 2005
+++ llvm/lib/Target/PowerPC/PowerPC.h	Wed Aug 17 14:32:03 2005
@@ -29,7 +29,7 @@
 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);
 
    
    
More information about the llvm-commits
mailing list