On Apr 19, 2007, at 1:45 PM, Chris Lattner wrote:


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();


By funky do you mean the line break? It's not in the file I sent, nor in the file as saved on the commits archive site.

--
Christopher Lamb



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to