Fix typo
This commit is contained in:
parent
a526e4faa6
commit
19bf0f4c90
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub trait Analysis<'tcx>: BottomValue {
|
|||
/// The size of each bitvector allocated for each block.
|
||||
fn bits_per_block(&self, body: &mir::Body<'tcx>) -> usize;
|
||||
|
||||
/// Mutates the entry set of the `START_BLOCK` to containthe initial state for dataflow
|
||||
/// Mutates the entry set of the `START_BLOCK` to contain the initial state for dataflow
|
||||
/// analysis.
|
||||
fn initialize_start_block(&self, body: &mir::Body<'tcx>, state: &mut BitSet<Self::Idx>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue