Skip to content

Commit

Permalink
Remove an outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Jun 30, 2023
1 parent 7ba9e99 commit 2fa3d6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/rustc_mir_transform/src/const_prop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,6 @@ impl<'tcx> MutVisitor<'tcx> for ConstPropagator<'_, 'tcx> {
| TerminatorKind::InlineAsm { .. } => {}

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

0 comments on commit 2fa3d6c

Please sign in to comment.