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

Dan Gohman gohman at apple.com
Thu Jun 5 11:49:17 PDT 2008


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/Target/The target/
>
> s/uses/uses the/
>
> s/infastructure/infrastructure/
>
> s/for handling/to handle/

I made thes changes, except for the s/users/users the/ one. The rest
of the document just talks about "LLVM", not "the LLVM".

>
>> +    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




More information about the llvm-commits mailing list