[llvm-commits] [llvm] r169627 - /llvm/trunk/docs/BranchWeightMetadata.rst
John Criswell
criswell at uiuc.edu
Fri Dec 7 11:21:11 PST 2012
Author: criswell
Date: Fri Dec 7 13:21:10 2012
New Revision: 169627
URL: http://llvm.org/viewvc/llvm-project?rev=169627&view=rev
Log:
Fixed some grammar and punctuation error.
No content changes.
Modified:
llvm/trunk/docs/BranchWeightMetadata.rst
Modified: llvm/trunk/docs/BranchWeightMetadata.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BranchWeightMetadata.rst?rev=169627&r1=169626&r2=169627&view=diff
==============================================================================
--- llvm/trunk/docs/BranchWeightMetadata.rst (original)
+++ llvm/trunk/docs/BranchWeightMetadata.rst Fri Dec 7 13:21:10 2012
@@ -27,8 +27,8 @@
``BranchInst``
^^^^^^^^^^^^^^
-Metadata is only assign to the conditional branches. There are two extra
-operarands, for the true and the false branch.
+Metadata is only assigned to the conditional branches. There are two extra
+operarands for the true and the false branch.
.. code-block:: llvm
@@ -41,8 +41,8 @@
``SwitchInst``
^^^^^^^^^^^^^^
-Branch weights are assign to every case (including ``default`` case which is
-always case #0).
+Branch weights are assigned to every case (including the ``default`` case which
+is always case #0).
.. code-block:: llvm
@@ -55,7 +55,7 @@
``IndirectBrInst``
^^^^^^^^^^^^^^^^^^
-Branch weights are assign to every destination.
+Branch weights are assigned to every destination.
.. code-block:: llvm
More information about the llvm-commits
mailing list