[PATCH] D74862: Add missing word in llc docs

Michael Williamson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 13:01:46 PST 2020


mwilliamson created this revision.
mwilliamson added a reviewer: lattner.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74862

Files:
  llvm/docs/CommandGuide/llc.rst


Index: llvm/docs/CommandGuide/llc.rst
===================================================================
--- llvm/docs/CommandGuide/llc.rst
+++ llvm/docs/CommandGuide/llc.rst
@@ -23,8 +23,8 @@
 -------
 
 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`


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74862.245492.patch
Type: text/x-patch
Size: 747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200219/0c8236b2/attachment.bin>


More information about the llvm-commits mailing list