Skip to content

Commit 9f18f0a

Browse files
committed
no specialize
1 parent 13b6400 commit 9f18f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/tests/basic/division_by_constant.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ let () =
8585
(* Since [check] is always inlined, the division-by-constant optimization should
8686
trigger in every case when called with a literal ~divisor
8787
*)
88-
let[@inline always] [@specialise always] check ~divisor =
88+
let[@inline always] check ~divisor =
8989
let[@inline always] quotient ~dividend = div dividend divisor in
9090
let[@inline always] remainder ~dividend = rem dividend divisor in
9191
ListLabels.iter test_cases ~f:(fun dividend ->

0 commit comments

Comments
 (0)