File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -171,13 +171,13 @@ let effects_and_exact_calls ~deadcode_sentinal ~shapes (profile : Profile.t) p =
171171 p, tramp, cps, shapes
172172 | `Disabled | `Jspi ->
173173 let p =
174- Specialize. f
175- ~shape: (fun f ->
176- match Global_flow. function_arity info f with
177- | None -> Shape. Top
178- | Some arity -> Shape. Function { arity; pure = false ; res = Top })
179- ~update_def: (fun x expr -> Global_flow. update_def info x expr)
180- p
174+ Specialize. f
175+ ~shape: (fun f ->
176+ match Global_flow. function_arity info f with
177+ | None -> Shape. Top
178+ | Some arity -> Shape. Function { arity; pure = false ; res = Top })
179+ ~update_def: (fun x expr -> Global_flow. update_def info x expr)
180+ p
181181 in
182182 let shapes = collects_shapes ~shapes p in
183183 ( p
You can’t perform that action at this time.
0 commit comments