Document Condition.

This commit is contained in:
Camille GILLOT 2023-10-17 18:45:48 +00:00
parent 47056248e5
commit 98b86fa9e5

View file

@ -146,6 +146,8 @@ struct TOFinder<'tcx, 'a> {
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)]
struct Condition {
value: ScalarInt,