view ir/irmodule.cpp @ 450:22a56b65872b

Trying to get the old QD demo to work.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 21:55:57 +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()
{
}