Hi,
I am wondering if there is any generic graph data structure along with its traversal routines
already available in LLVM-2.7. In particular, I am looking for creating both directed and undirected
graphs and be able to perform dfs, topsort, and scc on them.
Best regards,
Raj