Skip to content

Commit 0483df4

Browse files
authored
1 parent df2110e commit 0483df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/mir/dataflow.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ possible effects for each statement and terminator, the "before" effect and the
8080
unprefixed (or "primary") effect. The "before" effects are applied immediately
8181
before the unprefixed effect **regardless of the direction of the analysis**.
8282
In other words, a backward analysis will apply the "before" effect and then the
83-
the "primary" effect when computing the transfer function for a basic block,
84-
just like a forward analysis.
83+
"primary" effect when computing the transfer function for a basic block, just
84+
like a forward analysis.
8585

8686
The vast majority of analyses should use only the unprefixed effects: Having
8787
multiple effects for each statement makes it difficult for consumers to know

0 commit comments

Comments
 (0)