fix comment in impl DataflowOperator for MaybeUninitializedLvals
.
This commit is contained in:
parent
aaad8a209a
commit
9fcbe2a2f9
1 changed files with 1 additions and 1 deletions
|
@ -1132,7 +1132,7 @@ impl<'a, 'tcx> DataflowOperator for MaybeInitializedLvals<'a, 'tcx> {
|
|||
impl<'a, 'tcx> DataflowOperator for MaybeUninitializedLvals<'a, 'tcx> {
|
||||
#[inline]
|
||||
fn initial_value() -> bool {
|
||||
false // bottom = uninitialized
|
||||
false // bottom = initialized (start_block_effect counters this at outset)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue