Skip to content

Commit

Permalink
Just curious
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed Jan 26, 2024
1 parent 0136a96 commit dadcf90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Compiler/CodeGen/IlxGen.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2867,13 +2867,9 @@ and GenExprPreSteps (cenv: cenv) (cgbuf: CodeGenBuffer) eenv expr sequel =
None

match lowering with
| Some(LowerComputedCollectionExpressions.ComputedCollectionExprLowering.Expr initExpr) ->
| Some initExpr ->
GenExpr cenv cgbuf eenv initExpr sequel
true
| Some(LowerComputedCollectionExpressions.ComputedCollectionExprLowering.Either(branch1, branch2)) ->
GenExpr cenv cgbuf eenv branch1 (sequelIgnoreEndScopes sequel)
GenExpr cenv cgbuf eenv branch2 sequel
true
| None ->

let lowering =
Expand Down

0 comments on commit dadcf90

Please sign in to comment.