mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-11 05:16:19 +03:00
[trivial] Adapt whitespace style.
This commit is contained in:
parent
ce5750c4b4
commit
2c30cdb2d1
1 changed files with 4 additions and 3 deletions
|
@ -154,7 +154,8 @@ void DtoInitClass(TypeClass* tc, LLValue* dst)
|
|||
|
||||
// Set vtable field. Doing this seperately might be optimized better.
|
||||
LLValue* tmp = DtoGEPi(dst, 0, 0, "vtbl");
|
||||
LLValue* val = DtoBitCast(tc->sym->ir.irAggr->getVtblSymbol(), tmp->getType()->getContainedType(0));
|
||||
LLValue* val = DtoBitCast(tc->sym->ir.irAggr->getVtblSymbol(),
|
||||
tmp->getType()->getContainedType(0));
|
||||
DtoStore(val, tmp);
|
||||
|
||||
// For D classes, set the monitor field to null.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue