view ir/irmodule.cpp @ 441:ca80e42d11e0

Forgot a ->toBasetype() in the array bound code. Fixes compile/typedef_05.
author Christian Kamm <kamm incasoftware de>
date Wed, 30 Jul 2008 20:25:46 +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()
{
}