Skip to content

Commit 568c108

Browse files
committed
---
yaml --- r: 1000 b: refs/heads/master c: 97247bb h: refs/heads/master v: v3
1 parent c965b3d commit 568c108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: f69b4417e6785efed2f4c746da77077d43b03ecf
2+
refs/heads/master: 97247bbb531bf82382a3c1ed20460d033f1b064b

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ fn incr_refcnt(@block_ctxt cx, ValueRef box_ptr) -> result {
468468
C_int(abi.box_rc_field_refcnt)));
469469
auto rc = cx.build.Load(rc_ptr);
470470

471-
auto next_cx = new_sub_block_ctxt(cx, "next");
472471
auto rc_adj_cx = new_sub_block_ctxt(cx, "rc++");
472+
auto next_cx = new_sub_block_ctxt(cx, "next");
473473

474474
auto const_test = cx.build.ICmp(lib.llvm.LLVMIntEQ,
475475
C_int(abi.const_refcount as int), rc);

0 commit comments

Comments
 (0)