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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/Alpha.h b/llvm/lib/Target/Alpha/Alpha.h
index 08b16cee0c1..1b369066212 100644
--- a/llvm/lib/Target/Alpha/Alpha.h
+++ b/llvm/lib/Target/Alpha/Alpha.h
@@ -21,12 +21,13 @@ namespace llvm {
class FunctionPass;
class TargetMachine;
+ class MachineCodeEmitter;
FunctionPass *createAlphaSimpleInstructionSelector(TargetMachine &TM);
FunctionPass *createAlphaCodePrinterPass(std::ostream &OS,
TargetMachine &TM);
FunctionPass *createAlphaPatternInstructionSelector(TargetMachine &TM);
-
+ FunctionPass *createAlphaCodeEmitterPass(MachineCodeEmitter &MCE);
} // end namespace llvm;
// Defines symbolic names for Alpha registers. This defines a mapping from
OpenPOWER on IntegriCloud