mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-03 05:23:14 +01:00
Removed some code that wasn't supposed to be in last commit!
This commit is contained in:
@@ -478,7 +478,7 @@ void DtoAssign(Loc& loc, DValue* lhs, DValue* rhs)
|
||||
DtoStore(r, l);
|
||||
}
|
||||
else if (t->iscomplex()) {
|
||||
LLValue *dst, *src;
|
||||
LLValue* dst;
|
||||
if (DLRValue* lr = lhs->isLRValue()) {
|
||||
dst = lr->getLVal();
|
||||
rhs = DtoCastComplex(loc, rhs, lr->getLType());
|
||||
|
||||
Reference in New Issue
Block a user