Skip to content

Commit 4c0d0ae

Browse files
committed
---
yaml --- r: 5707 b: refs/heads/master c: 39b468e h: refs/heads/master i: 5705: f107fa4 5703: 3978e89 v: v3
1 parent 3385c35 commit 4c0d0ae

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: e6d7b0cff3720e5bf31f27c0b1fda34648b905d8
2+
refs/heads/master: 39b468e17a4977f0be82f47880a32b99842853fa

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3785,7 +3785,7 @@ fn trans_args(cx: @block_ctxt, outer_cx: @block_ctxt, llenv: ValueRef,
37853785
} else {
37863786
alt dest {
37873787
ignore. {
3788-
if ty::type_is_nil(tcx, full_retty) ||
3788+
if ty::type_is_nil(tcx, retty) ||
37893789
!option::is_none(lliterbody) {
37903790
llvm::LLVMGetUndef(T_ptr(llretty))
37913791
} else { alloca(cx, llretty) }

0 commit comments

Comments
 (0)