Skip to content

Commit e746ba4

Browse files
authored
Fix typo in devdocs (#52128)
1 parent c15f4e9 commit e746ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/devdocs/ssair.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Instead, we do the following:
225225
- RAUW style operations are performed by setting the corresponding statement index to the replacement
226226
value.
227227
- Statements are erased by setting the corresponding statement to `nothing` (this is essentially just a special-case
228-
convention of the above.
228+
convention of the above).
229229
- If there are any uses of the statement being erased, they will be set to `nothing`.
230230

231231
There is a `compact!` function that compacts the above data structure by performing the insertion of nodes in the appropriate place, trivial copy propagation, and renaming of uses to any changed SSA values. However, the clever part

0 commit comments

Comments
 (0)