Remove verbose_generic_activity_with_arg

This commit is contained in:
John Kåre Alsaker 2023-09-10 13:15:46 +02:00
parent 01ce2d0ea1
commit f742d88326
5 changed files with 20 additions and 48 deletions

View file

@ -605,7 +605,7 @@ pub(crate) fn run_pass_manager(
module: &mut ModuleCodegen<ModuleLlvm>,
thin: bool,
) -> Result<(), FatalError> {
let _timer = cgcx.prof.verbose_generic_activity_with_arg("LLVM_lto_optimize", &*module.name);
let _timer = cgcx.prof.generic_activity_with_arg("LLVM_lto_optimize", &*module.name);
let config = cgcx.config(module.kind);
// Now we have one massive module inside of llmod. Time to run the