rustc: Add missing "bcx = "

This commit is contained in:
Patrick Walton 2011-08-17 14:01:59 -07:00
parent 702fe5cdac
commit 72b2f8207d

View file

@ -1269,7 +1269,7 @@ fn make_copy_glue(cx: &@block_ctxt, v: ValueRef, t: &ty::t) {
bcx = iter_structural_ty(bcx, v, t, bind copy_ty(_, _, _)).bcx;
} else { bcx = cx; }
trans_fn_cleanups(bcx);
bcx = trans_fn_cleanups(bcx);
bcx.build.RetVoid();
}