File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ representation that can be used for code distribution, but it can also express
29
29
target-specific concepts as well as LLVM can.
30
30
31
31
For more information on developing the implementation of SIL and SIL passes, see
32
- `SILProgrammersManual.md <SILProgrammersManual.md >`_ .
32
+ `SILProgrammersManual.md <SILProgrammersManual.md >`_.
33
33
34
34
SIL in the Swift Compiler
35
35
-------------------------
123
123
high-level optimizations on basic Swift containers such as Array or String.
124
124
Domain specific optimizations require a defined interface between
125
125
the standard library and the optimizer. More details can be found here:
126
- :ref: `HighLevelSILOptimizations `
126
+ `HighLevelSILOptimizations < HighLevelSILOptimizations.rst >`_
127
127
128
128
Syntax
129
129
------
You can’t perform that action at this time.
0 commit comments