Skip to content

Commit

Permalink
Remove obsolete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Jan 29, 2023
1 parent a9aed86 commit b456307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_mir_transform/src/normalize_array_len.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub struct NormalizeArrayLen;

impl<'tcx> MirPass<'tcx> for NormalizeArrayLen {
fn is_enabled(&self, sess: &rustc_session::Session) -> bool {
// See #105929
sess.mir_opt_level() >= 3
}

Expand Down

0 comments on commit b456307

Please sign in to comment.