mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-20 23:03:14 +01:00
[svn r189] moving IR data back into DMD frontend nodes
This commit is contained in:
@@ -27,7 +27,7 @@ IrInterface::~IrInterface()
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
IrStruct::IrStruct(Type* t)
|
||||
: recty((gIR && gIR->irType[t].type) ? *gIR->irType[t].type : llvm::OpaqueType::get())
|
||||
: recty((t->ir.type) ? *t->ir.type : llvm::OpaqueType::get())
|
||||
{
|
||||
type = t;
|
||||
defined = false;
|
||||
|
||||
Reference in New Issue
Block a user