Displaying 3 results from an estimated 3 matches for "bbsets".
Did you mean:
bbses
2002 Nov 16
5
[LLVMdev] question
...e *', I cannot use 'DSNode *' type. So as a result, I
always get error message like this:
MemLeakage.cpp:159: invalid conversion from `const DSNode*' to `DSNode*'
MemLeakage.cpp:159: initializing argument 1 of `void
<unnamed>::GlobalMemLeakage::KillSetInsert(DSNode*, BBsets&)'
How to use a 'Node *' type iterator? Or is there any other way to traverse
the DSGraph?
thanks,
Jerry
On Sat, 16 Nov 2002, Bill? Wendling wrote:
> Also sprach Xiaodong Li:
> }
> } When I tried to compile the program, I got this error:
> }
> } ../../../include/l...
2002 Nov 16
0
[LLVMdev] question
...I cannot use 'DSNode *' type. So as a result, I
} always get error message like this:
}
} MemLeakage.cpp:159: invalid conversion from `const DSNode*' to `DSNode*'
} MemLeakage.cpp:159: initializing argument 1 of `void
} <unnamed>::GlobalMemLeakage::KillSetInsert(DSNode*, BBsets&)'
}
} How to use a 'Node *' type iterator? Or is there any other way to traverse
} the DSGraph?
}
I don't know too much about the DSGraph module, so I didn't respond to
that part of your question :-).
However, a few things which will help. If you don't need to modify...
2002 Nov 16
2
[LLVMdev] question
When I tried to compile the program, I got this error:
../../../include/llvm/Analysis/DSGraph.h: In member function `virtual bool
<unnamed>::GlobalMemLeakage::run(Module&)':
../../../include/llvm/Analysis/DSGraph.h:38: `void
DSGraph::operator=(const
DSGraph&)' is private
MemLeakage.cpp:87: within this context
gmake: *** [Debug/MemLeakage.o] Error 1
I don't