view ir/irmodule.cpp @ 187:bde2bb731323 trunk

[svn r203] moving tests into separate folder, added readme
author ChristianK
date Thu, 08 May 2008 22:49:28 +0200
parents 0ab29b838084
children e3355ce5444b
line wrap: on
line source

#include "ir/irmodule.h"

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

IrModule::~IrModule()
{
}