view ir/irmodule.cpp @ 494:29b901b6b346

Get rid of exception usage in exception handling code.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 Aug 2008 21:57:29 +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()
{
}