We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778f829 commit b7a4a74Copy full SHA for b7a4a74
docs/OptimizerDesign.md
@@ -11,7 +11,7 @@ knowledge of compiler optimizations is required.
11
12
The Swift compiler translates textual swift programs into LLVM-IR and uses
13
multiple representations in between. The Swift frontend is responsible for
14
-translating textual swift program into verified, well-formed and typed programs
+translating textual swift program into well-formed and type-checked programs
15
that are encoded in the SIL intermediate representation. The frontend emits SIL
16
in a phase that's called SILGen (stands for SIL-generation). Next, the swift
17
compiler performs a sequence of transformations, such as inlining and constant
0 commit comments