view ir/irmodule.cpp @ 456:b975f29b7256

Make sure DtoType has been run on the DType before assembling a call.
author Christian Kamm <kamm incasoftware de>
date Sat, 02 Aug 2008 21:20:31 +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()
{
}