WebAssemblySelectionDAGInfo.cpp revision 286684
117683Spst//===-- WebAssemblySelectionDAGInfo.cpp - WebAssembly SelectionDAG Info ---===//
217683Spst//
317683Spst//                     The LLVM Compiler Infrastructure
417683Spst//
517683Spst// This file is distributed under the University of Illinois Open Source
617683Spst// License. See LICENSE.TXT for details.
717683Spst//
817683Spst//===----------------------------------------------------------------------===//
917683Spst///
1017683Spst/// \file
1117683Spst/// \brief This file implements the WebAssemblySelectionDAGInfo class.
1217683Spst///
1317683Spst//===----------------------------------------------------------------------===//
1417683Spst
1517683Spst#include "WebAssemblyTargetMachine.h"
1617683Spstusing namespace llvm;
1717683Spst
1817683Spst#define DEBUG_TYPE "wasm-selectiondag-info"
1917683Spst
2017683SpstWebAssemblySelectionDAGInfo::~WebAssemblySelectionDAGInfo() {}
2117683Spst