Skip to content

Commit 355a9ab

Browse files
committed
---
yaml --- r: 5463 b: refs/heads/master c: 77fcab0 h: refs/heads/master i: 5461: a481587 5459: 5fcc97b 5455: 3968c86 v: v3
1 parent 48473cc commit 355a9ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: f628003da6524362b5e0bba250b7383b3a7b9ac9
2+
refs/heads/master: 77fcab043ed7c85338997ae57921ada903a782f1

trunk/src/comp/middle/trans_uniq.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ fn copy_val(cx: @block_ctxt, dst: ValueRef, src: ValueRef,
9696
Store(bcx, llptr, dst);
9797

9898
let src = Load(bcx, src);
99-
let dst = Load(bcx, dst);
99+
let dst = llptr;
100100
let bcx = trans::copy_val(bcx, INIT, dst, src, content_ty);
101-
Store(bcx, src, llptr);
102101
ret bcx;
103102
}
104103

0 commit comments

Comments
 (0)