blob: 95c92cabaf70fce3db6b9dac2e52870646c2465b [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001//===-- TargetSubtarget.cpp - General Target Information -------------------==//
2//
3// The LLVM Compiler Infrastructure
4//
Chris Lattner081ce942007-12-29 20:36:04 +00005// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007//
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//
20TargetSubtarget::TargetSubtarget() {}
21
22TargetSubtarget::~TargetSubtarget() {}