forked from OSchip/llvm-project
WebassemblyAsmPrinter.h: Include WebAssemblyMachineFunctionInfo for use with MachineFunction::getInfo
llvm-svn: 316507
This commit is contained in:
parent
1032b51aa0
commit
75bda3006b
|
@ -10,6 +10,7 @@
|
|||
#ifndef LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYASMPRINTER_H
|
||||
#define LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYASMPRINTER_H
|
||||
|
||||
#include "WebAssemblyMachineFunctionInfo.h"
|
||||
#include "WebAssemblySubtarget.h"
|
||||
#include "llvm/CodeGen/AsmPrinter.h"
|
||||
#include "llvm/MC/MCStreamer.h"
|
||||
|
@ -17,7 +18,6 @@
|
|||
|
||||
namespace llvm {
|
||||
class MCSymbol;
|
||||
class WebAssemblyFunctionInfo;
|
||||
class WebAssemblyTargetStreamer;
|
||||
class WebAssemblyMCInstLower;
|
||||
|
||||
|
|
Loading…
Reference in New Issue