Skip to content

Commit 64270ae

Browse files
committed
---
yaml --- r: 1118 b: refs/heads/master c: 6a8518c h: refs/heads/master v: v3
1 parent 53d33d5 commit 64270ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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: a7e9984999121c84c92a3236f29d4edf649e9431
2+
refs/heads/master: 6a8518c97bd5ef484e8046531c711661ede91d89

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ fn make_generic_glue(@crate_ctxt cx, @typeck.ty t, str name,
629629

630630
auto llrawptr = llvm.LLVMGetParam(llfn, 1u);
631631
auto llval = bcx.build.BitCast(llrawptr, llty);
632-
632+
633633
re = helper(bcx, llval, t);
634634
} else {
635635
re = res(bcx, C_nil());
@@ -1770,7 +1770,7 @@ impure fn trans_call(@block_ctxt cx, @ast.expr f,
17701770
auto fn_ty = typeck.expr_ty(f);
17711771
auto ret_ty = typeck.ann_to_type(ann);
17721772
auto args_res = trans_args(f_res._0.bcx, args, fn_ty);
1773-
1773+
17741774
auto real_retval = args_res._0.build.FastCall(f_res._0.val, args_res._1);
17751775
auto retval;
17761776
if (typeck.type_is_nil(ret_ty)) {

0 commit comments

Comments
 (0)