Correct StorageLive comment.
This commit is contained in:
parent
a67bf08ed7
commit
c17e878fb8
@ -302,8 +302,7 @@ fn compute_copy_classes(ssa: &mut SsaVisitor, body: &Body<'_>) -> IndexVec<Local
|
|||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub(crate) struct StorageLiveLocals {
|
pub(crate) struct StorageLiveLocals {
|
||||||
/// Set of "StorageLive" statements for each local. When the "StorageLive" statement does not
|
/// Set of "StorageLive" statements for each local.
|
||||||
/// dominate all address-taking uses of the local, we mark it as `Set1::Many`.
|
|
||||||
storage_live: IndexVec<Local, Set1<LocationExtended>>,
|
storage_live: IndexVec<Local, Set1<LocationExtended>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user