WebassemblyAsmPrinter.h: Include WebAssemblyMachineFunctionInfo for use with MachineFunction::getInfo

llvm-svn: 316507
This commit is contained in:
David Blaikie 2017-10-24 21:29:15 +00:00
parent 1032b51aa0
commit 75bda3006b
1 changed files with 1 additions and 1 deletions

View File

@ -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;