Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa/ir/instruction.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Dec 19, 2024
1 parent efb38c6 commit f86df0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/noirc_evaluator/src/ssa/ir/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ impl Instruction {
return SimplifiedToInstruction(instruction);
}
// TODO: We could check to see if `then_condition == inner_else_condition`
// but we run into issues with duplicate NOT instructions.
// but we run into issues with duplicate NOT instructions having distinct ValueIds.
}
};

Expand All @@ -1016,7 +1016,7 @@ impl Instruction {
return SimplifiedToInstruction(instruction);
}
// TODO: We could check to see if `then_condition == inner_else_condition`
// but we run into issues with duplicate NOT instructions.
// but we run into issues with duplicate NOT instructions having distinct ValueIds.
}
};

Expand Down

0 comments on commit f86df0e

Please sign in to comment.