view ir/irdtype.cpp @ 1288:e109e4031e8a

Fix build when USE_METADATA is off.
author Matti Niemenmaa <matti.niemenmaa+hg@iki.fi>
date Sat, 02 May 2009 19:03:33 +0300
parents 2a92c115461d
children
line wrap: on
line source

#include "gen/llvm.h"
#include "ir/ir.h"
#include "ir/irdtype.h"

IrDType::IrDType()
{
    type = NULL;
}