opnsense-src/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp

20 lines
646 B
C++
Raw Normal View History

2010-05-04 12:11:02 -04:00
//===-- TargetSelectionDAGInfo.cpp - SelectionDAG Info --------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This implements the TargetSelectionDAGInfo class.
//
//===----------------------------------------------------------------------===//
#include "llvm/Target/TargetSelectionDAGInfo.h"
2010-05-27 11:15:58 -04:00
#include "llvm/Target/TargetMachine.h"
2010-05-04 12:11:02 -04:00
using namespace llvm;
TargetSelectionDAGInfo::~TargetSelectionDAGInfo() {
}