Skip to content

Commit

Permalink
update proto ()
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Apr 10, 2015
1 parent 77fa7ac commit 93d94c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fsharp/Optimizer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3052,7 +3052,9 @@ and OptimizeBinding cenv isRec env (TBind(v,e,spBind)) =
else einfo
if v.MustInline && IsPartialExprVal einfo.Info then
errorR(InternalError("the mustinline value '"^v.LogicalName^"' was not inferred to have a known value",v.Range));
#if DEBUG
if verboseOptimizations then dprintf "val %s gets opt info %s\n" (showL(valL v)) (showL(exprValueInfoL cenv.g einfo.Info));
#endif

let env = BindInternalLocalVal cenv v (mkValInfo einfo v) env
(TBind(v,repr',spBind), einfo), env
Expand Down

0 comments on commit 93d94c9

Please sign in to comment.