Suggestion from review
Co-authored-by: Andreas Jonson <andjo403@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user