[llvm-commits] [llvm] r52007 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Thu Jun 5 14:34:56 PDT 2008


On Thu, Jun 5, 2008 at 11:49 AM, Dan Gohman <gohman at apple.com> wrote:
>
> On Jun 5, 2008, at 11:31 AM, Bill Wendling wrote:
>
>> On Thu, Jun 5, 2008 at 8:43 AM, Dan Gohman <gohman at apple.com> wrote:
>>> --- llvm/trunk/docs/ReleaseNotes.html (original)
>>> +++ llvm/trunk/docs/ReleaseNotes.html Thu Jun  5 10:43:11 2008
>>> @@ -195,7 +195,12 @@
>>>
>>> <ul>
>>> <li>MemOperand in the code generator: describe me!.</li>
>>> -<li>i128 support and APInt through most of codegen.</li>
>>> +<li>Target-independent codegen infastructure now uses LLVM's APInt
>>> class for
>>
>> s/uses/uses the/
>>
>
> I made thes changes, except for the s/users/users the/ one. The rest
> of the document just talks about "LLVM", not "the LLVM".
>
That was a brain-fart on my part. :-)

Thanks!
-bw

>>
>>> +    handling integer values, which allow it to support integer
>>> types larger
>>
>> s/allow/allows/
>
> Looks like Gabor beat me to fixing this one :-).
>
> Thanks!
>
> Dan
>
> _______________________________________________
> 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