Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa/opt/inlining.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jan 23, 2025
1 parent 5f6ec4b commit 48db1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/opt/inlining.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pub(super) struct InlineInfo {
is_brillig_entry_point: bool,
is_acir_entry_point: bool,
is_recursive: bool,
pub(super) should_inline: bool,
should_inline: bool,
weight: i64,
cost: i64,
}
Expand Down

0 comments on commit 48db1ae

Please sign in to comment.