Removed some code that wasn't supposed to be in last commit!

This commit is contained in:
Tomas Lindquist Olsen 2009-03-01 19:06:47 +01:00
parent 61dfb11bc5
commit ee1e545a0a
2 changed files with 1 additions and 8 deletions

View file

@ -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());