teak-llvm/llvm/lib/Target/Teak/TeakSelectionDAGInfo.cpp
2020-03-04 10:30:50 +01:00

19 lines
651 B
C++

//===-- TeakSelectionDAGInfo.cpp - Teak SelectionDAG Info ---------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file implements the TeakSelectionDAGInfo class.
//
//===----------------------------------------------------------------------===//
#include "TeakSelectionDAGInfo.h"
using namespace llvm;
#define DEBUG_TYPE "teak-selectiondag-info"
TeakSelectionDAGInfo::~TeakSelectionDAGInfo() {}