Skip to content

Commit 916e159

Browse files
Address Comments
1 parent ed3f0fe commit 916e159

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

llvm/docs/CommandGuide/opt.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ OPTIONS
4646

4747
Write output in LLVM intermediate language (instead of bitcode).
4848

49-
.. option:: --passes=<string>
49+
.. option:: -passes=<string>
5050

51-
A textual (comma separated) description of the pass pipeline
52-
e.g.,-passes="foo,bar", to have analysis passes available before a pass, add
53-
"require<foo-analysis>". See `Using the New Pass Manager
54-
<../NewPassManager.html>`_, section ``#invoking-opt`` for more details on the
51+
A textual (comma-separated) description of the pass pipeline,
52+
e.g.,``-passes="sroa,instcombine"``. See
53+
`invoking opt <../NewPassManager.html#invoking-opt>`_ for more details on the
5554
pass pipeline syntax.
5655
5756
.. option:: -strip-debug

0 commit comments

Comments
 (0)