2009-09-20 08:45:52 +02: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 20:42:40 +01:00
|
|
|
X86COFFMachineModuleInfo::~X86COFFMachineModuleInfo() {
|
2009-09-20 08:45:52 +02:00
|
|
|
}
|
|
|
|
|