]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316507 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/WebAssemblyAsmPrinter.h

index c8917b8d7e48a83d8503a0fc27ee0858ea43ad9c..a37f8bcf6ba5965865b715bfbc532a0295344978 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;