We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b1d53 commit bf2afe0Copy full SHA for bf2afe0
docs/DebuggingTheCompiler.md
@@ -233,10 +233,10 @@ A short (non-exhaustive) list of SIL printing options:
233
`-sil-print-function` and/or `-sil-print-functions`.
234
235
* `-Xllvm -sil-print-before=$PASS_NAME`: Like `-sil-print-around`, but prints
236
- the SIL only _before_ the specfied pass runs.
+ the SIL only _before_ the specified pass runs.
237
238
* `-Xllvm -sil-print-after=$PASS_NAME`: Like `-sil-print-around`, but prints
239
- the SIL only _after_ the specfied pass did run.
+ the SIL only _after_ the specified pass did run.
240
241
NOTE: This may emit a lot of text to stderr, so be sure to pipe the
242
output to a file.
0 commit comments