Skip to content

Commit a71bb33

Browse files
committed
---
yaml --- r: 5429 b: refs/heads/master c: 80778f6 h: refs/heads/master i: 5427: 9349286 v: v3
1 parent d5bdde2 commit a71bb33

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
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: 31c04a53e9d928b64b6923aa4aad3ffd434b400c
2+
refs/heads/master: 80778f642fb7f4084c6ad6efd7e9605f381e881a

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4306,7 +4306,7 @@ fn with_out_method(work: fn(out_method) -> result, cx: @block_ctxt,
43064306
// immediate-ness of the type.
43074307
fn type_is_immediate(ccx: @crate_ctxt, t: ty::t) -> bool {
43084308
ret ty::type_is_scalar(ccx.tcx, t) || ty::type_is_boxed(ccx.tcx, t) ||
4309-
ty::type_is_native(ccx.tcx, t) || ty::type_is_bot(ccx.tcx, t);
4309+
ty::type_is_native(ccx.tcx, t);
43104310
}
43114311

43124312
fn do_spill(cx: @block_ctxt, v: ValueRef, t: ty::t) -> result {

trunk/src/test/run-pass/log-ret.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)