view ir/irmodule.cpp @ 603:10bc9eb9e262

Fix typo in ArrayLiteralExp::toConstElem.
author Christian Kamm <kamm incasoftware de>
date Tue, 16 Sep 2008 08:42:40 +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()
{
}