Skip to content

Commit b8bbc52

Browse files
committed
Remove an outdated comment
1 parent 6c0a9a5 commit b8bbc52

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_mir_transform/src/const_prop.rs

-3
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)