aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/Alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Alpha/Alpha.h')
-rw-r--r--lib/Target/Alpha/Alpha.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/Alpha.h b/lib/Target/Alpha/Alpha.h
index 1b36906621..8884af224d 100644
--- a/lib/Target/Alpha/Alpha.h
+++ b/lib/Target/Alpha/Alpha.h
@@ -24,6 +24,7 @@ namespace llvm {
class MachineCodeEmitter;
FunctionPass *createAlphaSimpleInstructionSelector(TargetMachine &TM);
+ FunctionPass *createAlphaISelDag(TargetMachine &TM);
FunctionPass *createAlphaCodePrinterPass(std::ostream &OS,
TargetMachine &TM);
FunctionPass *createAlphaPatternInstructionSelector(TargetMachine &TM);