mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 12:05:48 -04:00
19 lines
651 B
C++
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() {} |