LLVM API Documentation

MSP430SelectionDAGInfo.cpp
Go to the documentation of this file.
00001 //===-- MSP430SelectionDAGInfo.cpp - MSP430 SelectionDAG Info -------------===//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file is distributed under the University of Illinois Open Source
00006 // License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 //
00010 // This file implements the MSP430SelectionDAGInfo class.
00011 //
00012 //===----------------------------------------------------------------------===//
00013 
00014 #include "MSP430TargetMachine.h"
00015 using namespace llvm;
00016 
00017 #define DEBUG_TYPE "msp430-selectiondag-info"
00018 
00019 MSP430SelectionDAGInfo::MSP430SelectionDAGInfo(const DataLayout &DL)
00020     : TargetSelectionDAGInfo(&DL) {}
00021 
00022 MSP430SelectionDAGInfo::~MSP430SelectionDAGInfo() {
00023 }