Suggestion from review

Co-authored-by: Andreas Jonson <andjo403@users.noreply.github.com>
This commit is contained in:
Simon Vandel Sillesen 2020-09-14 22:56:39 +02:00
parent 290dca1781
commit b4bdaa14f2

View file

@ -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,