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 e49feab commit 286d22bCopy full SHA for 286d22b
libswift/README.md
@@ -70,7 +70,7 @@ No yet implemented instruction classes are mapped to a "placeholder" instruction
70
71
## The Optimizer
72
73
-Similar to SIL, the optimizer also uses a small bridging layer (`OptimizerBriding.h`).
+Similar to SIL, the optimizer also uses a small bridging layer (`OptimizerBridging.h`).
74
Passes are registered in `registerSwiftPasses()`, called from `initializeLibSwift()`.
75
The C++ PassManager can then call a _libwift_ pass like any other `SILFunctionTransform` pass.
76
0 commit comments