view ir/irmodule.cpp @ 352:d920a244691b trunk

[svn r373] Labels inside tryfinally statements are not wrong in principle, so remove the assert.
author ChristianK
date Mon, 14 Jul 2008 10:01:09 +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()
{
}