2009-09-20 06:45:52 +00:00
|
|
|
//===-- llvm/CodeGen/X86COFFMachineModuleInfo.cpp -------------------------===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This is an MMI implementation for X86 COFF (windows) targets.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#include "X86COFFMachineModuleInfo.h"
|
|
|
|
using namespace llvm;
|
|
|
|
|
|
|
|
|
2010-03-12 19:42:40 +00:00
|
|
|
X86COFFMachineModuleInfo::~X86COFFMachineModuleInfo() {
|
2009-09-20 06:45:52 +00:00
|
|
|
}
|
|
|
|
|