WebAssembly: basic bitcode → assembly CodeGen test
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrInfo.cpp
index ea8937c8f9f21d383d682d208bcc5b8d573e1eb0..d4c65a4b98c8c571482cd8e11b16eb2e812a5b4d 100644 (file)
@@ -24,5 +24,8 @@ using namespace llvm;
 
 #define DEBUG_TYPE "wasm-instr-info"
 
+#define GET_INSTRINFO_CTOR_DTOR
+#include "WebAssemblyGenInstrInfo.inc"
+
 WebAssemblyInstrInfo::WebAssemblyInstrInfo(const WebAssemblySubtarget &STI)
     : RI(STI.getTargetTriple()) {}