Bump one missing mir_opt_level
This commit is contained in:
parent
261048f099
commit
004465c620
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ impl<'mir, 'tcx> MutVisitor<'tcx> for ConstPropagator<'mir, 'tcx> {
|
||||||
// Every argument in our function calls have already been propagated in `visit_operand`.
|
// 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
|
// NOTE: because LLVM codegen gives slight performance regressions with it, so this is
|
||||||
// gated on `mir_opt_level=2`.
|
// gated on `mir_opt_level=3`.
|
||||||
TerminatorKind::Call { .. } => {}
|
TerminatorKind::Call { .. } => {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue