Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Ovtsin committed Dec 7, 2015
1 parent 03e07ba commit 2e020bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DebuggingTheCompiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Here is how to dump the IR after the main phases of the swift compiler
#. **Performance SIL passes**. To print the SIL after the complete SIL
optimization pipeline::

swiftc -emit-sil -O file-swift
swiftc -emit-sil -O file.swift

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

Expand Down

0 comments on commit 2e020bb

Please sign in to comment.