Displaying 2 results from an estimated 2 matches for "1994fbb8".
2006 Aug 17
0
[LLVMdev] allocation_order_begin takes non-const reference for MachineFunction
...ut return non-const pointers to MachineFunction internal info. Is that all
right?
Thanks,
Tony.
P.S. I've updated llvm from CVS about 20 hour ago.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060817/1994fbb8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.zip
Type: application/zip
Size: 5737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060817/1994fbb8/attachment.zip>
2006 Aug 17
2
[LLVMdev] allocation_order_begin takes non-const reference for MachineFunction
Hi Chris,
> 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'