1cddc3e03e4ec99c0268c03a126195173e519ed58Pirama Arumuga Nainar//===-- WebAssemblySelectionDAGInfo.cpp - WebAssembly SelectionDAG Info ---===//
28b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman//
38b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman//                     The LLVM Compiler Infrastructure
48b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman//
58b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman// This file is distributed under the University of Illinois Open Source
68b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman// License. See LICENSE.TXT for details.
78b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman//
88b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman//===----------------------------------------------------------------------===//
9cddc3e03e4ec99c0268c03a126195173e519ed58Pirama Arumuga Nainar///
10cddc3e03e4ec99c0268c03a126195173e519ed58Pirama Arumuga Nainar/// \file
11cddc3e03e4ec99c0268c03a126195173e519ed58Pirama Arumuga Nainar/// \brief This file implements the WebAssemblySelectionDAGInfo class.
12cddc3e03e4ec99c0268c03a126195173e519ed58Pirama Arumuga Nainar///
138b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman//===----------------------------------------------------------------------===//
148b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman
15cddc3e03e4ec99c0268c03a126195173e519ed58Pirama Arumuga Nainar#include "WebAssemblyTargetMachine.h"
168b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohmanusing namespace llvm;
178b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman
18cddc3e03e4ec99c0268c03a126195173e519ed58Pirama Arumuga Nainar#define DEBUG_TYPE "wasm-selectiondag-info"
198b8dc1cdcf5f34b66c3f929186168102f3149cb1Dan Gohman
20cddc3e03e4ec99c0268c03a126195173e519ed58Pirama Arumuga NainarWebAssemblySelectionDAGInfo::~WebAssemblySelectionDAGInfo() {}
21