Skip to content

Commit

Permalink
fix build problem of #756
Browse files Browse the repository at this point in the history
  • Loading branch information
mexx authored and KevinRansom committed Dec 8, 2015
1 parent c1e0bc8 commit 52d4e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fsharp/TastOps.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7764,9 +7764,9 @@ let (|CompiledForEachExpr|_|) g expr =
when valRefEq g (mkLocalValRef enumerableVar) enumerableVar2 &&
enumerableVar.IsCompilerGenerated &&
enumeratorVar.IsCompilerGenerated &&
let fvs = (freeInExpr CollectLocals bodyExpr)
(let fvs = (freeInExpr CollectLocals bodyExpr)
not (Zset.contains enumerableVar fvs.FreeLocals) &&
not (Zset.contains enumeratorVar fvs.FreeLocals) ->
not (Zset.contains enumeratorVar fvs.FreeLocals)) ->

// Extract useful ranges
let m = enumerableExpr.Range
Expand Down

0 comments on commit 52d4e00

Please sign in to comment.