Sorry about that.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186054
91177308-0d34-0410-b5e6-
96231b3b80d8
// Zero-initialize. (Strictly speaking, we only need to intialize
// the padding at the end, but this is simpler.)
if (!Dest.isZeroed())
- CGF.EmitNullInitialization(Dest.getAddr(), type);
+ CGF.EmitNullInitialization(Dest.getAddr(), atomicType);
// Build a GEP to refer to the subobject.
llvm::Value *valueAddr =
AggValueSlot::IsZeroed);
}
- CGF.EmitAggExpr(E->getSubExpr(), valueDest.getDest());
+ CGF.EmitAggExpr(E->getSubExpr(), valueDest);
return;
}