diff options
| author | Wesley Peck <peckw@wesleypeck.com> | 2010-10-21 03:57:26 +0000 |
|---|---|---|
| committer | Wesley Peck <peckw@wesleypeck.com> | 2010-10-21 03:57:26 +0000 |
| commit | c16f77fb27984b531e81b7dbd139e00a21ff7514 (patch) | |
| tree | 190a258bd1cabdfe6fd2f000d6b739a56b0cd8be /llvm/lib/Target/MBlaze/MBlaze.h | |
| parent | f4ebec03e01800ada58f02716a2941d0c6712bd4 (diff) | |
| download | bcm5719-llvm-c16f77fb27984b531e81b7dbd139e00a21ff7514.tar.gz bcm5719-llvm-c16f77fb27984b531e81b7dbd139e00a21ff7514.zip | |
Recommit 116986 with capitalization typo fixed.
llvm-svn: 116993
Diffstat (limited to 'llvm/lib/Target/MBlaze/MBlaze.h')
| -rw-r--r-- | llvm/lib/Target/MBlaze/MBlaze.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/lib/Target/MBlaze/MBlaze.h b/llvm/lib/Target/MBlaze/MBlaze.h index f9d828b2661..00c73f06fe1 100644 --- a/llvm/lib/Target/MBlaze/MBlaze.h +++ b/llvm/lib/Target/MBlaze/MBlaze.h @@ -21,8 +21,16 @@ namespace llvm { class MBlazeTargetMachine; class FunctionPass; class MachineCodeEmitter; + class MCCodeEmitter; + class TargetAsmBackend; class formatted_raw_ostream; + MCCodeEmitter *createMBlazeMCCodeEmitter(const Target &, + TargetMachine &TM, + MCContext &Ctx); + + TargetAsmBackend *createMBlazeAsmBackend(const Target &, const std::string &); + FunctionPass *createMBlazeISelDag(MBlazeTargetMachine &TM); FunctionPass *createMBlazeDelaySlotFillerPass(MBlazeTargetMachine &TM); |

