Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa/opt/simplify_cfg.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <[email protected]>
  • Loading branch information
TomAFrench and vezenovm authored Nov 26, 2024
1 parent 8fe59dd commit 72892b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/opt/simplify_cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ fn check_for_negated_jmpif_condition(
) {
if matches!(function.runtime(), RuntimeType::Acir(_)) {
// Swapping the `then` and `else` branches of a `JmpIf` within an ACIR function
// can result in the situation the branches merge together again in the `then` block, e.g.
// can result in the situation where the branches merge together again in the `then` block, e.g.
//
// acir(inline) fn main f0 {
// b0(v0: u1):
Expand Down

0 comments on commit 72892b2

Please sign in to comment.