[LLVMdev] Why is BasicBlock's copy constructor private?

Trevor Harmon Trevor.W.Harmon at nasa.gov
Fri Mar 26 14:14:05 PDT 2010


On Mar 26, 2010, at 10:49 AM, Trevor Harmon wrote:

> Also, if I then try to extract a vertex from the graph:
>
> BasicBlock *basicBlockPtr = timingGraph[0];
> 			
> ...the whole thing segfaults. So I'm basically stuck.

Never mind; I was doing something dumb. (Some of the functions had no  
basic blocks, so the graphs were empty.)

Trevor




More information about the llvm-dev mailing list