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 853109ae343..28151761493 100644
--- a/llvm/lib/Target/Alpha/Alpha.h
+++ b/llvm/lib/Target/Alpha/Alpha.h
@@ -32,6 +32,8 @@ namespace llvm {
FunctionPass *createAlphaPatternInstructionSelector(TargetMachine &TM);
FunctionPass *createAlphaCodeEmitterPass(AlphaTargetMachine &TM,
MachineCodeEmitter &MCE);
+ FunctionPass *createAlphaJITCodeEmitterPass(AlphaTargetMachine &TM,
+ JITCodeEmitter &JCE);
FunctionPass *createAlphaLLRPPass(AlphaTargetMachine &tm);
FunctionPass *createAlphaBranchSelectionPass();
OpenPOWER on IntegriCloud