mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
Avoid logging the whole MIR body in SimplifyCfg
This commit is contained in:
@@ -61,7 +61,7 @@ fn name(&self) -> Cow<'_, str> {
|
||||
}
|
||||
|
||||
fn run_pass(&self, _tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
|
||||
debug!("SimplifyCfg({:?}) - simplifying {:?}", self.label, body);
|
||||
debug!("SimplifyCfg({:?}) - simplifying {:?}", self.label, body.source);
|
||||
simplify_cfg(body);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user