Suggestion from review
Co-authored-by: Andreas Jonson <andjo403@users.noreply.github.com>
This commit is contained in:
parent
290dca1781
commit
b4bdaa14f2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ impl RemoveUnneededDrops {
|
|||
|
||||
impl<'tcx> MirPass<'tcx> for RemoveUnneededDrops {
|
||||
fn run_pass(&self, tcx: TyCtxt<'tcx>, source: MirSource<'tcx>, body: &mut Body<'tcx>) {
|
||||
trace!("Running SimplifyComparisonIntegral on {:?}", source);
|
||||
trace!("Running RemoveUnneededDrops on {:?}", source);
|
||||
let mut opt_finder = RemoveUnneededDropsOptimizationFinder {
|
||||
tcx,
|
||||
body,
|
||||
|
|
Loading…
Add table
Reference in a new issue