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
Co-authored-by: Tom French <[email protected]>
  • Loading branch information
jfecher and TomAFrench authored Aug 20, 2024
1 parent c4b20d6 commit e3f7fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/ir/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ impl Instruction {
/// - If the array value is constant, we use that array.
/// - If the array value is from a previous array-set, we recur.
fn try_optimize_array_get_from_previous_set(
dfg: &mut DataFlowGraph,
dfg: &DataFlowGraph,
mut array_id: Id<Value>,
target_index: FieldElement,
) -> SimplifyResult {
Expand Down

0 comments on commit e3f7fcf

Please sign in to comment.