Skip to content

Commit 303e396

Browse files
committed
.
1 parent 43d3748 commit 303e396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/noirc_evaluator/src/ssa/opt/constant_folding.rs

-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ impl<'brillig> Context<'brillig> {
734734
_ => return,
735735
};
736736

737-
738737
if matches!(instruction, Instruction::MakeArray { .. }) {
739738
self.cached_instruction_results.remove(instruction);
740739
}

0 commit comments

Comments
 (0)