summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/Alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/Alpha/Alpha.h')
-rw-r--r--llvm/lib/Target/Alpha/Alpha.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/Alpha.h b/llvm/lib/Target/Alpha/Alpha.h
index 6dc412b815e..af4db0fc13e 100644
--- a/llvm/lib/Target/Alpha/Alpha.h
+++ b/llvm/lib/Target/Alpha/Alpha.h
@@ -31,6 +31,8 @@ namespace llvm {
FunctionPass *createAlphaPatternInstructionSelector(TargetMachine &TM);
FunctionPass *createAlphaCodeEmitterPass(AlphaTargetMachine &TM,
MachineCodeEmitter &MCE);
+ FunctionPass *createAlphaLLRPPass(AlphaTargetMachine &tm);
+
} // end namespace llvm;
// Defines symbolic names for Alpha registers. This defines a mapping from
OpenPOWER on IntegriCloud