We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4705624 commit 98b86faCopy full SHA for 98b86fa
compiler/rustc_mir_transform/src/jump_threading.rs
@@ -146,6 +146,8 @@ struct TOFinder<'tcx, 'a> {
146
opportunities: Vec<ThreadingOpportunity>,
147
}
148
149
+/// Represent the following statement. If we can prove that the current local is equal/not-equal
150
+/// to `value`, jump to `target`.
151
#[derive(Copy, Clone, Debug)]
152
struct Condition {
153
value: ScalarInt,
0 commit comments