Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/brillig/brillig_ir/procedures/arr…
Browse files Browse the repository at this point in the history
…ay_copy.rs
  • Loading branch information
jfecher authored Dec 5, 2024
1 parent b3b3343 commit d477ed1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ pub(super) fn compile_array_copy_procedure<F: AcirField + DebugToString>(
BRILLIG_MEMORY_ADDRESSING_BIT_SIZE,
1_usize.into(),
);
// Decrease the rc of the original ref count now that this copy is
// no longer pointing to it
// Decrease the original ref count now that this copy is no longer pointing to it
ctx.codegen_usize_op(rc.address, rc.address, BrilligBinaryOp::Sub, 1);
}
});
Expand Down

0 comments on commit d477ed1

Please sign in to comment.