[LLVMdev] allocation_order_begin takes non-const reference for MachineFunction
Chris Lattner
sabre at nondot.org
Wed Aug 16 10:44:22 PDT 2006
On Wed, 16 Aug 2006, Anton Vayvod wrote:
> I'm willing :) I don't know how to do it.
> What's "to put together a patch"? :)
In your local CVS tree, change the methods to be const, and adjust any
code that is neccesary for that to work. Once that is done, from the top
level, type 'cvs diff -u >& patch.txt' and attach patch.txt to an email.
If you're using sh instead of csh, use 'cvs diff -u 2>&1 > patch.txt'.
Thanks,
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list