Skip to content

Commit ccd82a0

Browse files
authored
[Gardening] Fixed 404 in SIL and SIL Optimizations -> HighLevelSILOptimizations.rst (swiftlang#33384)
1 parent 2b99d2b commit ccd82a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ documentation, please create a thread on the Swift forums under the
117117
Provides an overview of the implementation of SIL in the compiler.
118118
- [OptimizerDesign.md](/docs/OptimizerDesign.md):
119119
Describes the design of the optimizer pipeline.
120-
- [HighLevelSILOptimizations.rst](docs/HighLevelSILOptimizations.rst):
120+
- [HighLevelSILOptimizations.rst](/docs/HighLevelSILOptimizations.rst):
121121
Describes how the optimizer understands the semantics of high-level
122122
operations on currency data types and optimizes accordingly.
123123
Includes a thorough discussion of the `@_semantics` attribute.

0 commit comments

Comments
 (0)