diff options
Diffstat (limited to 'tools/edis/EDDisassembler.h')
-rw-r--r-- | tools/edis/EDDisassembler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/edis/EDDisassembler.h b/tools/edis/EDDisassembler.h index 9b27fe8170..74a260e825 100644 --- a/tools/edis/EDDisassembler.h +++ b/tools/edis/EDDisassembler.h @@ -48,6 +48,8 @@ template <typename T> class SmallVectorImpl; class SourceMgr; class Target; class TargetRegisterInfo; + +struct EDInstInfo; } /// EDDisassembler - Encapsulates a disassembler for a single architecture and @@ -143,7 +145,7 @@ struct EDDisassembler { llvm::sys::Mutex PrinterMutex; /// The array of instruction information provided by the TableGen backend for /// the target architecture - const InstInfo *InstInfos; + const llvm::EDInstInfo *InstInfos; /// The target-specific lexer for use in tokenizing strings, in /// target-independent and target-specific portions llvm::OwningPtr<llvm::AsmLexer> GenericAsmLexer; |