view ir/irmodule.cpp @ 531:f775ea9d09d3

Updated the tango patch, removed some now unnecessarily complex inline asm.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 21 Aug 2008 15:35:24 +0200
parents e3355ce5444b
children b411c41a9716
line wrap: on
line source

#include "gen/llvm.h"
#include "ir/irmodule.h"

IrModule::IrModule(Module* module)
{
    M = module;
    dwarfCompileUnit = NULL;
}

IrModule::~IrModule()
{
}