Add missing word in llc docs

This commit is contained in:
Michael Williamson 2022-04-14 22:28:23 -04:00 committed by Matt Arsenault
parent 2a9386726b
commit f4cc757560
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ OPTIONS
-------
If ``filename`` is "``-``" or omitted, :program:`llc` reads from standard input.
Otherwise, it will from ``filename``. Inputs can be in either the LLVM assembly
language format (``.ll``) or the LLVM bitcode format (``.bc``).
Otherwise, it will read from ``filename``. Inputs can be in either the LLVM
assembly language format (``.ll``) or the LLVM bitcode format (``.bc``).
If the :option:`-o` option is omitted, then :program:`llc` will send its output
to standard output if the input is from standard input. If the :option:`-o`