[LLVMdev] Tarjan+function_ptrs == trouble ? (fwd)
Chris Lattner
sabre at nondot.org
Fri Dec 6 00:15:02 PST 2002
> Recently I incorporated code into my project such that function pointers
> were supported, however it seems that the TarjanSCC_iterator no longer
> works on the call graph... main() is no longer reached while the function
> pointers are... I can provide code, but I have a feeling there is a
> simple fix... Has anyone gone through this?
I'll need some more details before I can help. I assume this has to do
with data structure analysis? Can you provide a testcase?
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
More information about the llvm-dev
mailing list