Skip to content

Commit db46977

Browse files
committed
Explicit notation.
1 parent 0f6f641 commit db46977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_mir_transform/src/jump_threading.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
//! into `Goto { target }`.
1919
//!
2020
//! In this file, we denote as `place ?= value` the existence of a replacement condition
21-
//! on `place` with given `value`.
21+
//! on `place` with given `value`, irrespective of the polarity and target of that
22+
//! replacement condition.
2223
//!
2324
//! We then walk the CFG backwards transforming the set of conditions.
2425
//! When we find a fulfilling assignment, we record a `ThreadingOpportunity`.

0 commit comments

Comments
 (0)