diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-07-22 20:52:16 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-07-22 20:52:16 +0000 |
commit | 0934ae02af2e4d295951cea7e4567b065e183451 (patch) | |
tree | 40feeb03f423fe8947cb28fc6026e2df4e3279e0 /lib/Target/Alpha/Alpha.h | |
parent | f3f951af3f6b83c7c28c58d5af68ba83f07d1959 (diff) |
Alpha JIT (beta)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/Alpha.h')
-rw-r--r-- | lib/Target/Alpha/Alpha.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Alpha/Alpha.h b/lib/Target/Alpha/Alpha.h index 08b16cee0c..1b36906621 100644 --- a/lib/Target/Alpha/Alpha.h +++ b/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 |