blob: 3a283bc5fdc0cfbb282368353e99f2d068d0caba [file] [log] [blame]
Eugene Zelenko618c5552017-09-13 21:15:20 +00001//===- SelectionDAGTargetInfo.cpp - SelectionDAG Info ---------------------===//
Dan Gohmanc4759a52010-04-16 21:12:11 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
Benjamin Kramerf9172fd42016-01-27 16:32:26 +000010// This implements the SelectionDAGTargetInfo class.
Dan Gohmanc4759a52010-04-16 21:12:11 +000011//
12//===----------------------------------------------------------------------===//
13
Benjamin Kramerf9172fd42016-01-27 16:32:26 +000014#include "llvm/CodeGen/SelectionDAGTargetInfo.h"
Eugene Zelenko618c5552017-09-13 21:15:20 +000015
Dan Gohmanc4759a52010-04-16 21:12:11 +000016using namespace llvm;
17
Eugene Zelenko618c5552017-09-13 21:15:20 +000018SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;