mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
9 lines
106 B
C++
9 lines
106 B
C++
#include "gen/llvm.h"
|
|
#include "ir/ir.h"
|
|
#include "ir/irdtype.h"
|
|
|
|
IrDType::IrDType()
|
|
{
|
|
type = NULL;
|
|
}
|