Merge pull request #1729 from luisbg/lbg-typo
fix typo in eval_order_dependence.rs
This commit is contained in:
commit
cb4ec3bb10
1 changed files with 2 additions and 3 deletions
|
|
@ -160,9 +160,8 @@ impl<'a, 'tcx> Visitor<'tcx> for DivergenceVisitor<'a, 'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Walks up the AST from the the given write expression (`vis.write_expr`)
|
||||
/// looking for reads to the same variable that are unsequenced relative to the
|
||||
/// write.
|
||||
/// Walks up the AST from the given write expression (`vis.write_expr`) looking
|
||||
/// for reads to the same variable that are unsequenced relative to the write.
|
||||
///
|
||||
/// This means reads for which there is a common ancestor between the read and
|
||||
/// the write such that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue