diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPC.h')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PowerPC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPC.h b/llvm/lib/Target/PowerPC/PowerPC.h index e63892ddb3d..de4318dde23 100644 --- a/llvm/lib/Target/PowerPC/PowerPC.h +++ b/llvm/lib/Target/PowerPC/PowerPC.h @@ -25,7 +25,7 @@ class TargetMachine; // Here is where you would define factory methods for powerpc-specific // passes. For example: FunctionPass *createPPCSimpleInstructionSelector(TargetMachine &TM); -FunctionPass *createPPCCodePrinterPass(std::ostream &OS, TargetMachine &TM); +FunctionPass *createPPCAsmPrinterPass(std::ostream &OS, TargetMachine &TM); FunctionPass *createPowerPCPEI(); FunctionPass *createPPCBranchSelectionPass(); } // end namespace llvm; |

