Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 13, 2025
1 parent b2bdfbb commit c0b98a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acvm-repo/acvm/src/compiler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ pub fn compile<F: AcirField>(

let (acir, acir_opcode_positions) = optimize_internal(acir, acir_opcode_positions);

// For most test programs it would be enough to only loop `transform_internal`,
// but some of them don't stabilize unless we also repeat the backend agnostic optimizations.
let (mut acir, acir_opcode_positions) =
transform_internal(acir, expression_width, acir_opcode_positions);

Expand Down

0 comments on commit c0b98a6

Please sign in to comment.