Skip to content

Commit b60604f

Browse files
committed
---
yaml --- r: 1525 b: refs/heads/master c: 2cbfb87 h: refs/heads/master i: 1523: d64c9d2 v: v3
1 parent 240def0 commit b60604f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 386ba3ae63bd0d642af3349c25370605f5200a05
2+
refs/heads/master: 2cbfb8795d48028f216ffcaf921add36b9d60499

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5571,9 +5571,7 @@ fn trans_vec_append_glue(@crate_ctxt cx) {
55715571
n_bytes).bcx;
55725572

55735573
put_vec_fill(copy_dst_cx, llnew_vec, n_bytes);
5574-
copy_dst_cx.build.Store(vec_p1_adjusted(copy_dst_cx,
5575-
llnew_vec, llskipnull),
5576-
pp0);
5574+
copy_dst_cx.build.Store(vec_p1(copy_dst_cx, llnew_vec), pp0);
55775575
copy_dst_cx.build.Br(copy_src_cx.llbb);
55785576

55795577

0 commit comments

Comments
 (0)