blob: 07271b28bcb74f0338098a89454b6ea740e3b605 [file] [log] [blame]
Dan Gohman10e730a2015-06-29 23:51:55 +00001//===-- WebAssemblySelectionDAGInfo.cpp - WebAssembly SelectionDAG Info ---===//
2//
Chandler Carruth2946cd72019-01-19 08:50:56 +00003// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Dan Gohman10e730a2015-06-29 23:51:55 +00006//
7//===----------------------------------------------------------------------===//
8///
9/// \file
Adrian Prantl5f8f34e42018-05-01 15:54:18 +000010/// This file implements the WebAssemblySelectionDAGInfo class.
Dan Gohman10e730a2015-06-29 23:51:55 +000011///
12//===----------------------------------------------------------------------===//
13
14#include "WebAssemblyTargetMachine.h"
15using namespace llvm;
16
17#define DEBUG_TYPE "wasm-selectiondag-info"
18
Heejin Ahn18c56a02019-02-04 19:13:39 +000019WebAssemblySelectionDAGInfo::~WebAssemblySelectionDAGInfo() = default; // anchor