summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPC.h')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPC.h b/llvm/lib/Target/PowerPC/PowerPC.h
index 2f2b990f1e5..002132873dd 100644
--- a/llvm/lib/Target/PowerPC/PowerPC.h
+++ b/llvm/lib/Target/PowerPC/PowerPC.h
@@ -24,8 +24,9 @@ class TargetMachine;
// Here is where you would define factory methods for powerpc-specific
// passes. For example:
-FunctionPass *createPPCSimpleInstructionSelector (TargetMachine &TM);
+FunctionPass *createPPCSimpleInstructionSelector(TargetMachine &TM);
FunctionPass *createPPCCodePrinterPass(std::ostream &OS, TargetMachine &TM);
+FunctionPass *createPPCBranchSelectionPass();
} // end namespace llvm;
// Defines symbolic names for PowerPC registers. This defines a mapping from
OpenPOWER on IntegriCloud