WebassemblyAsmPrinter.h: Include WebAssemblyMachineFunctionInfo for use with MachineF...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 21:29:15 +0000 (21:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 21:29:15 +0000 (21:29 +0000)
llvm-svn: 316507

llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h

index c8917b8..a37f8bc 100644 (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;