improve comment on LiveVar
This commit is contained in:
parent
94697ba4b6
commit
af3ff10c7d
1 changed files with 7 additions and 2 deletions
|
@ -93,5 +93,10 @@ impl NllLivenessMap {
|
|||
}
|
||||
}
|
||||
|
||||
/// Index given to each local variable whose type contains a region.
|
||||
newtype_index!(LiveVar);
|
||||
/// Index given to each local variable for which we need to
|
||||
/// compute liveness information. For many locals, we are able to
|
||||
/// skip liveness information: for example, those variables whose
|
||||
/// types contain no regions.
|
||||
newtype_index!(
|
||||
LiveVar
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue