view ir/irmodule.cpp @ 598:13ff06605226

To prevert source-overwriting in the future, forbit output files with the same name as the source file.
author Christian Kamm <kamm incasoftware de>
date Sun, 14 Sep 2008 22:49:19 +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()
{
}