We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab4e8c2 + c08685d commit a7f2fbdCopy full SHA for a7f2fbd
docs/DebuggingTheCompiler.rst
@@ -43,7 +43,7 @@ Here is how to dump the IR after the main phases of the swift compiler
43
44
swiftc -emit-ir -Xfrontend -disable-llvm-optzns -O file.swift
45
46
-4. **LLVM passes**. To print the LLVM IR afer LLVM passes::
+4. **LLVM passes**. To print the LLVM IR after LLVM passes::
47
48
swiftc -emit-ir -O file.swift
49
0 commit comments