[LLVMdev] DSGraph question

Xiaodong Li xli3 at csil-suna33.cs.uiuc.edu
Fri Nov 15 16:32:01 PST 2002


Dear LLVM,

If I have a DSGraph dsg, I want to duplicate a DSgraph which is exactly
the same with dsg. How should I do that?

Should I use
DSGraph dsg2 = dsg;

or use some other methods?

Thanks,
xiaodong




More information about the llvm-dev mailing list