Skip to content

Commit e08d999

Browse files
committed
FMT
1 parent 042c22d commit e08d999

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

compiler/lib/driver.ml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)