Skip to content

Commit 93d94c9

Browse files
committed
update proto ()
1 parent 77fa7ac commit 93d94c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/fsharp/Optimizer.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,9 @@ and OptimizeBinding cenv isRec env (TBind(v,e,spBind)) =
30523052
else einfo
30533053
if v.MustInline && IsPartialExprVal einfo.Info then
30543054
errorR(InternalError("the mustinline value '"^v.LogicalName^"' was not inferred to have a known value",v.Range));
3055+
#if DEBUG
30553056
if verboseOptimizations then dprintf "val %s gets opt info %s\n" (showL(valL v)) (showL(exprValueInfoL cenv.g einfo.Info));
3057+
#endif
30563058

30573059
let env = BindInternalLocalVal cenv v (mkValInfo einfo v) env
30583060
(TBind(v,repr',spBind), einfo), env

0 commit comments

Comments
 (0)