mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 01:23:14 +01:00
[svn r189] moving IR data back into DMD frontend nodes
This commit is contained in:
@@ -61,8 +61,8 @@ static llvm::Value* to_keyti(DValue* key)
|
||||
assert(tid);
|
||||
DtoResolveDsymbol(Type::typeinfo);
|
||||
DtoForceDeclareDsymbol(tid);
|
||||
assert(gIR->irDsymbol[tid].irGlobal->value);
|
||||
return gIR->irDsymbol[tid].irGlobal->value;
|
||||
assert(tid->ir.irGlobal->value);
|
||||
return tid->ir.irGlobal->value;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user