improve comment on LiveVar
This commit is contained in:
parent
94697ba4b6
commit
af3ff10c7d
@ -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…
Reference in New Issue
Block a user