Skip to content

Commit 2fa3d6c

Browse files
committed
Remove an outdated comment
1 parent 7ba9e99 commit 2fa3d6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_mir_transform/src/const_prop.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -952,9 +952,6 @@ impl<'tcx> MutVisitor<'tcx> for ConstPropagator<'_, 'tcx> {
952952
| TerminatorKind::InlineAsm { .. } => {}
953953

954954
// Every argument in our function calls have already been propagated in `visit_operand`.
955-
//
956-
// NOTE: because LLVM codegen gives slight performance regressions with it, so this is
957-
// gated on `mir_opt_level=3`.
958955
TerminatorKind::Call { .. } | TerminatorKind::TailCall { .. } => {}
959956
}
960957
}

0 commit comments

Comments
 (0)