view ir/irmodule.cpp @ 429:6bd99cc5eb08

Allow / as a path separator on Windows.
author Christian Kamm <kamm incasoftware de>
date Tue, 29 Jul 2008 17:35:33 +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()
{
}