aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/Alpha.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-10-20 00:28:31 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-10-20 00:28:31 +0000
commit4907d22a903357b19d67b45616d0cd249cb7049f (patch)
tree49025bc5743dede0e6388546467b58a5c4229fcd /lib/Target/Alpha/Alpha.h
parent9811ea456746684336db7d83b2976ad5130ab4d0 (diff)
ret 0; works, not much else
still lots of uglyness. Maybe calls will come soon. Fixing the return value of things will be necessary to make alpha work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23832 91177308-0d34-0410-b5e6-96231b3b80d8
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);