[llvm-commits] [llvm] r169627 - /llvm/trunk/docs/BranchWeightMetadata.rst

Sean Silva silvas at purdue.edu
Fri Dec 7 12:08:45 PST 2012


> I've assumed that a) this commit can go through post-commit review,

Indeed. Little fixes like this are no-brainers.

> and b)
> that the web page documentation regenerates automatically.

It does. No worries.

-- Sean Silva

On Fri, Dec 7, 2012 at 2:24 PM, John Criswell <criswell at illinois.edu> wrote:
> On 12/7/12 1:21 PM, John Criswell wrote:
>>
>> 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
>
>
> I've assumed that a) this commit can go through post-commit review, and b)
> that the web page documentation regenerates automatically.
>
> If assumption a is wrong, please let me know.
>
> If assumption b is wrong, please let me know how to re-generate the
> documentation from the .rst files.
>
> Thanks in advance,
>
> -- John T.
>
>
>>
>> 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
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list