Skip to content

Commit b65eed0

Browse files
committed
---
yaml --- r: 1229 b: refs/heads/master c: f5bf8d0 h: refs/heads/master i: 1227: 2866531 v: v3
1 parent fd2ad56 commit b65eed0

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
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: 5e9279586b56789ecf6f02535c9624e01daeee96
2+
refs/heads/master: f5bf8d074b46ee9142f7db671a4d46581fff6b2e

trunk/src/boot/me/trans.ml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -285,17 +285,7 @@ let trans_visitor
285285
string_of_name (path_to_name cx.ctxt_curr_path)
286286
in
287287

288-
let should_inline_structure_helpers t =
289-
let n = 3 in
290-
match t with
291-
Ast.TY_tag ttag ->
292-
get_n_tag_tups cx ttag < n
293-
| Ast.TY_rec elts ->
294-
Array.length elts < n
295-
| Ast.TY_tup elts ->
296-
Array.length elts < n
297-
| _ -> false
298-
in
288+
let should_inline_structure_helpers _ = false in
299289

300290
let based (reg:Il.reg) : Il.mem =
301291
Il.RegIn (reg, None)

0 commit comments

Comments
 (0)