We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d42c8 commit 300a818Copy full SHA for 300a818
middle_end/flambda/types/inlining/inlining_arguments.ml
@@ -113,7 +113,7 @@ module Args = struct
113
prim_cost = t1_prim_cost;
114
branch_cost = t1_branch_cost;
115
indirect_call_cost = t1_indirect_call_cost;
116
- poly_compare_cost = t1_poly_copare_cost;
+ poly_compare_cost = t1_poly_compare_cost;
117
small_function_size = t1_small_function_size;
118
large_function_size = t1_large_function_size;
119
threshold = t1_threshold;
0 commit comments