Files
ldc/ir/irdtype.cpp

9 lines
106 B
C++

#include "gen/llvm.h"
#include "ir/ir.h"
#include "ir/irdtype.h"
IrDType::IrDType()
{
type = NULL;
}