Skip to content

Commit cbb40e1

Browse files
committed
Bump one missing mir_opt_level
1 parent 5a064e8 commit cbb40e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/transform/const_prop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ impl<'mir, 'tcx> MutVisitor<'tcx> for ConstPropagator<'mir, 'tcx> {
12721272
// Every argument in our function calls have already been propagated in `visit_operand`.
12731273
//
12741274
// NOTE: because LLVM codegen gives slight performance regressions with it, so this is
1275-
// gated on `mir_opt_level=2`.
1275+
// gated on `mir_opt_level=3`.
12761276
TerminatorKind::Call { .. } => {}
12771277
}
12781278

0 commit comments

Comments
 (0)