Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 28, 2024
1 parent 6e01d46 commit 5360b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/noirc_evaluator/src/ssa/opt/flatten_cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,8 @@ mod test {
v3 = cast v0 as Field
v5 = sub Field 5, v2
v6 = mul v3, v5
v7 = add v2, v6
store v7 at v1
v7 = add v2, v6
store v7 at v1
v8 = not v0
enable_side_effects u1 1
return
Expand Down

0 comments on commit 5360b41

Please sign in to comment.