Skip to content

Commit

Permalink
Rename pass to Preprocess from Pre-process
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Jan 16, 2025
1 parent de5176a commit deaa311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fn optimize_all(builder: SsaBuilder, options: &SsaEvaluatorOptions) -> Result<Ss
options.max_bytecode_increase_percent,
)
},
"Pre-processing Functions",
"Preprocessing Functions",
)
.run_pass(|ssa| ssa.inline_functions(options.inliner_aggressiveness), "Inlining (1st)")
// Run mem2reg with the CFG separated into blocks
Expand Down

0 comments on commit deaa311

Please sign in to comment.