view ir/irmodule.cpp @ 415:76bf1eaaf4dc

Updated the mini test runner to allow classified tests as compile,nocompile,run,norun.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 28 Jul 2008 03:03:44 +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()
{
}