rustc: Add missing "bcx = "
This commit is contained in:
parent
702fe5cdac
commit
72b2f8207d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue