view ir/irdtype.cpp @ 1341:681dd955c53b

Run backend without optimizations when no optimization parameters were used, even when not generating debug info.
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 10 May 2009 20:22:08 +0200
parents 2a92c115461d
children
line wrap: on
line source

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

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