Displaying 3 results from an estimated 3 matches for "050adbc3".
2004 Oct 27
1
[LLVMdev] Patch to make struct/class usage consistent
...hould be classes, but most of the time I
made the choice that required changes in as few places as possible...
m.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041027/050adbc3/attachment.txt>
2004 Oct 26
0
[LLVMdev] Remaining Visual C patches
On Tue, 26 Oct 2004, Morten Ofstad wrote:
> the <functional> is needed because of this declaration:
>
> struct MachineBasicBlock2IndexFunctor
> : std::unary_function<const MachineBasicBlock*, unsigned> {
>
> How can it be moved??
You're right, it can't, except that MachineBasicBlock2IndexFunctor is
dead, so I nuked it.
> removing the <algorithm>
2004 Oct 26
4
[LLVMdev] Remaining Visual C patches
Chris Lattner wrote:
> The two patches I didn't apply are the one that affects the interpreter
> (I'll let Brian tackle it as he's the interpreter guy), and this one:
>
> ===================================================================
> RCS file: /var/cvs/llvm/llvm/include/llvm/CodeGen/MachineBasicBlock.h,v
> retrieving revision 1.39
> diff -u -r1.39