Skip to content

Commit

Permalink
cargo mft
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 4, 2024
1 parent 3e94515 commit 690af97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/opt/die.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl Context {
.push(instructions_len - instruction_index - 1);
}
} else {
use Instruction::*;
use Instruction::*;
// We can't remove rc instructions if they're loaded from a reference
// since we'd have no way of knowing whether the reference is still used.
if Self::is_inc_dec_instruction_on_known_array(instruction, &function.dfg) {
Expand Down

0 comments on commit 690af97

Please sign in to comment.