blob: 55f70f7d9fd3fef9831baa6cb637027713b71982 [file] [log] [blame]
Benjamin Kramerf9172fd42016-01-27 16:32:26 +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"
Dan Gohmanc4759a52010-04-16 21:12:11 +000015using namespace llvm;
16
Benjamin Kramerf9172fd42016-01-27 16:32:26 +000017SelectionDAGTargetInfo::~SelectionDAGTargetInfo() {}