[llvm-commits] Message cleanup

Chris Lattner clattner at apple.com
Thu Apr 19 11:45:35 PDT 2007


On Apr 19, 2007, at 11:44 AM, Christopher Lamb wrote:

>
> On Apr 19, 2007, at 1:34 PM, Christopher Lamb wrote:
>
>> This patch just cleans up some messages in LLVM. This is my first  
>> patch, and internally at Ageia we're already using subversion so  
>> these patches were created using a non-standard process and I want  
>> to make sure that the patches will apply easily.
>>
>> If they'll work I've got changes for PR400 and PR1294 I'd like to  
>> submit.
>>
>
> I see that the patch had the wrong file extension...

The extension is ok, but the diff looks funky:

        assert(Boundary && (Boundary & (Boundary - 1)) == 0 &&
-             "Must alitypedef std::vector<unsigned char>  
DataBuffer;gn to 2^k boundary");
+             "Must align to 2^k boundary");
        size_t Size = Output.size();


-Chris




More information about the llvm-commits mailing list