WebAssemblySelectionDAGInfo.cpp revision 341825
1285163Sdim//===-- WebAssemblySelectionDAGInfo.cpp - WebAssembly SelectionDAG Info ---===//
2285163Sdim//
3285163Sdim//                     The LLVM Compiler Infrastructure
4285163Sdim//
5285163Sdim// This file is distributed under the University of Illinois Open Source
6285163Sdim// License. See LICENSE.TXT for details.
7285163Sdim//
8285163Sdim//===----------------------------------------------------------------------===//
9285163Sdim///
10285163Sdim/// \file
11341825Sdim/// This file implements the WebAssemblySelectionDAGInfo class.
12285163Sdim///
13285163Sdim//===----------------------------------------------------------------------===//
14285163Sdim
15285163Sdim#include "WebAssemblyTargetMachine.h"
16285163Sdimusing namespace llvm;
17285163Sdim
18285163Sdim#define DEBUG_TYPE "wasm-selectiondag-info"
19285163Sdim
20285163SdimWebAssemblySelectionDAGInfo::~WebAssemblySelectionDAGInfo() {}
21