Skip to content

Commit

Permalink
fix: merge change
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jul 4, 2023
1 parent 73b1ed5 commit ed01186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_evaluator/src/ssa_refactor/acir_gen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ impl Context {
let mut entry_point = BrilligArtifact::new_entry_point_artifact(
BrilligFunctionContext::parameters(func),
BrilligFunctionContext::return_values(func),
BrilligFunctionContext::function_id_to_function_label(*id),
BrilligFunctionContext::function_id_to_function_label(func.id()),
);
// Link the entry point with all dependencies
while let Some(unresolved_fn_label) = entry_point.first_unresolved_function_call() {
Expand Down

0 comments on commit ed01186

Please sign in to comment.