Skip to content

Commit d25ee13

Browse files
committed
Merge pull request #307 from dissimiral/master
Fix docs
2 parents 2ea8392 + 2e020bb commit d25ee13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DebuggingTheCompiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here is how to dump the IR after the main phases of the swift compiler
3737
#. **Performance SIL passes**. To print the SIL after the complete SIL
3838
optimization pipeline::
3939

40-
swiftc -emit-sil -O file-swift
40+
swiftc -emit-sil -O file.swift
4141

4242
#. **IRGen**. To print the LLVM IR after IR generation::
4343

0 commit comments

Comments
 (0)