LLVM API Documentation

TargetSubtarget.cpp

Go to the documentation of this file.
00001 //===-- TargetSubtarget.cpp - General Target Information -------------------==//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file was developed by Nate Begeman and is distributed under the
00006 // University of Illinois Open Source License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 //
00010 // This file describes the general parts of a Subtarget.
00011 //
00012 //===----------------------------------------------------------------------===//
00013 
00014 #include "llvm/Target/TargetSubtarget.h"
00015 using namespace llvm;
00016 
00017 //---------------------------------------------------------------------------
00018 // TargetSubtarget Class
00019 //
00020 TargetSubtarget::TargetSubtarget() {}
00021 
00022 TargetSubtarget::~TargetSubtarget() {}