blob: a8bb9b968267cc9c0db784f775ff67c409040b38 [file] [log] [blame]
Nate Begemanfb5792f2005-07-12 01:41:54 +00001//===-- TargetSubtarget.cpp - General Target Information -------------------==//
2//
3// The LLVM Compiler Infrastructure
4//
Jeff Cohen00b168892005-07-27 06:12:32 +00005// This file was developed by Nate Begeman and is distributed under the
Nate Begemanfb5792f2005-07-12 01:41:54 +00006// University of Illinois Open Source License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file describes the general parts of a Subtarget.
11//
12//===----------------------------------------------------------------------===//
13
14#include "llvm/Target/TargetSubtarget.h"
15using namespace llvm;
16
17//---------------------------------------------------------------------------
18// TargetSubtarget Class
19//
Jeff Cohen74fa8d62005-07-12 02:59:38 +000020TargetSubtarget::TargetSubtarget() {}
Nate Begemanfb5792f2005-07-12 01:41:54 +000021
22TargetSubtarget::~TargetSubtarget() {}