From 4f4edc7aef2dbed6a5998c703f8544fcd7048c67 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Fri, 17 Jul 2020 17:14:53 +0300 Subject: [PATCH] Remove spam from "do_remove_constant_phis" --- cranelift/codegen/src/remove_constant_phis.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cranelift/codegen/src/remove_constant_phis.rs b/cranelift/codegen/src/remove_constant_phis.rs index 26a9dc8de3..234d89c26e 100644 --- a/cranelift/codegen/src/remove_constant_phis.rs +++ b/cranelift/codegen/src/remove_constant_phis.rs @@ -1,7 +1,5 @@ //! A Constant-Phi-Node removal pass. -use log::info; - use crate::dominator_tree::DominatorTree; use crate::entity::EntityList; use crate::fx::FxHashMap; @@ -384,7 +382,7 @@ pub fn do_remove_constant_phis(func: &mut Function, domtree: &mut DominatorTree) } } - info!( + log::debug!( "do_remove_constant_phis: done, {} iters. {} formals, of which {} const.", iter_no, state.absvals.len(),