Document Condition.
This commit is contained in:
parent
47056248e5
commit
98b86fa9e5
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ struct TOFinder<'tcx, 'a> {
|
||||||
opportunities: Vec<ThreadingOpportunity>,
|
opportunities: Vec<ThreadingOpportunity>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Represent the following statement. If we can prove that the current local is equal/not-equal
|
||||||
|
/// to `value`, jump to `target`.
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug)]
|
||||||
struct Condition {
|
struct Condition {
|
||||||
value: ScalarInt,
|
value: ScalarInt,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue