mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-29 14:40:40 +03:00
Merge branch 'master' into merge-2.067
This commit is contained in:
commit
63ed72cf48
3 changed files with 2 additions and 7 deletions
|
@ -474,11 +474,6 @@ void DtoAssign(Loc& loc, DValue* lhs, DValue* rhs, int op, bool canSkipPostblit)
|
|||
}
|
||||
gIR->ir->CreateStore(r, l);
|
||||
}
|
||||
|
||||
DVarValue *var = lhs->isVar();
|
||||
VarDeclaration *vd = var ? var->var : 0;
|
||||
if (vd)
|
||||
gIR->DBuilder.EmitValue(DtoLoad(var->getLVal()), vd);
|
||||
}
|
||||
|
||||
/****************************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue