Improve naming and comments.
This commit is contained in:
parent
df9e5ee038
commit
4abea83663
2 changed files with 46 additions and 18 deletions
|
@ -222,7 +222,7 @@ impl<'tcx, 'a> TOFinder<'tcx, 'a> {
|
|||
// _1 = 5 // Whatever happens here, it won't change the result of a `SwitchInt`.
|
||||
// _1 = 6
|
||||
if let Some((lhs, tail)) = self.mutated_statement(stmt) {
|
||||
state.flood_with_extra(lhs.as_ref(), tail, self.map, ConditionSet::default());
|
||||
state.flood_with_tail_elem(lhs.as_ref(), tail, self.map, ConditionSet::default());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue