Skip to content

Commit

Permalink
Merge 140c6f2 into f337992
Browse files Browse the repository at this point in the history
  • Loading branch information
AztecBot authored Dec 16, 2024
2 parents f337992 + 140c6f2 commit 1ad3fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .aztec-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fca96007d6055dcf00b72a46630c680fcb6d190d
5e4b46d577ebf63114a5a5a1c5b6d2947d3b2567
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/opt/flatten_cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ mod test {
b2():
return
b1():
jmp b2()
jmp b2()
}
";
let merged_ssa = Ssa::from_str(src).unwrap();
Expand Down

0 comments on commit 1ad3fac

Please sign in to comment.