Skip to content

Commit

Permalink
feat: Sync from aztec-packages (#6824)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
  • Loading branch information
AztecBot and TomAFrench authored Dec 16, 2024
1 parent 507a0e1 commit b3bca76
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 b3bca76

Please sign in to comment.