Skip to content

Commit 16f92d7

Browse files
committed
---
yaml --- r: 4032 b: refs/heads/master c: 142ff3b h: refs/heads/master v: v3
1 parent d9f6ed9 commit 16f92d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1b9dbcc5b430cbcc97d1debc417890bf8a0b2027
2+
refs/heads/master: 142ff3bb4ee0c58efc9185505695681468df3e05

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7076,6 +7076,7 @@ fn trans_fn(@local_ctxt cx, &span sp, &ast::_fn f, ValueRef llfndecl,
70767076
ast::node_id id) {
70777077
if !cx.ccx.sess.get_opts().stats {
70787078
trans_fn_inner(cx, sp, f, llfndecl, ty_self, ty_params, id);
7079+
ret;
70797080
}
70807081

70817082
auto start = time::get_time();

0 commit comments

Comments
 (0)