MemoryObject - Abstract base class for contiguous addressable memory.
[llvm/avr.git] / lib / Target / TargetSubtarget.cpp
blob95c92cabaf70fce3db6b9dac2e52870646c2465b
1 //===-- TargetSubtarget.cpp - General Target Information -------------------==//
2 //
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 //
10 // This file describes the general parts of a Subtarget.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/Target/TargetSubtarget.h"
15 using namespace llvm;
17 //---------------------------------------------------------------------------
18 // TargetSubtarget Class
20 TargetSubtarget::TargetSubtarget() {}
22 TargetSubtarget::~TargetSubtarget() {}