Skip to content

Commit

Permalink
Remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Dec 20, 2024
1 parent 043459d commit 023f4a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_evaluator/src/ssa/opt/as_slice_length.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ fn replace_known_slice_lengths(
// This isn't strictly necessary as a new result will be defined the next time for which the instruction
// is reinserted but this avoids leaving the program in an invalid state.
func.dfg.replace_result(instruction_id, original_slice_length);

let known_length = func.dfg.make_constant(known_length.into(), NumericType::length_type());
func.dfg.set_value_from_id(original_slice_length, known_length);
});
Expand Down

0 comments on commit 023f4a7

Please sign in to comment.