Skip to content

Commit

Permalink
Merge branch 'jf/alternate-rc' of https://github.com/noir-lang/noir i…
Browse files Browse the repository at this point in the history
…nto jf/alternate-rc
  • Loading branch information
jfecher committed Dec 5, 2024
2 parents 58aa284 + d477ed1 commit 099bfc4
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 099bfc4

Please sign in to comment.