diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-10-20 00:28:31 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-10-20 00:28:31 +0000 |
commit | 4907d22a903357b19d67b45616d0cd249cb7049f (patch) | |
tree | 49025bc5743dede0e6388546467b58a5c4229fcd /lib/Target/Alpha/Alpha.h | |
parent | 9811ea456746684336db7d83b2976ad5130ab4d0 (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.h | 1 |
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); |