view ir/irmodule.cpp @ 481:18480579dc04

Use llvmdc helpers for store and bitcast in fp80 padding init code.
author Christian Kamm <kamm incasoftware de>
date Tue, 05 Aug 2008 20:23: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()
{
}