Skip to content

Commit c17e878

Browse files
committed
Correct StorageLive comment.
1 parent a67bf08 commit c17e878

File tree

1 file changed

+1
-2
lines changed
  • compiler/rustc_mir_transform/src

1 file changed

+1
-2
lines changed

compiler/rustc_mir_transform/src/ssa.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ fn compute_copy_classes(ssa: &mut SsaVisitor, body: &Body<'_>) -> IndexVec<Local
302302

303303
#[derive(Debug)]
304304
pub(crate) struct StorageLiveLocals {
305-
/// Set of "StorageLive" statements for each local. When the "StorageLive" statement does not
306-
/// dominate all address-taking uses of the local, we mark it as `Set1::Many`.
305+
/// Set of "StorageLive" statements for each local.
307306
storage_live: IndexVec<Local, Set1<LocationExtended>>,
308307
}
309308

0 commit comments

Comments
 (0)