llvm-mirror/include
Anna Zaks 431b43fdbe Change the Dominators recalculate() function to only rely on GraphTraits
This is a patch by Guoping Long!

As part of utilizing LLVM Dominator computation in Clang, made two changes to LLVM dominators tree implementation:

 - (1) Change the recalculate() template function to only rely on GraphTraits.
 - (2) Add a size() method to GraphTraits template class to query the number of nodes in the graph.

llvm-svn: 145837
2011-12-05 19:17:04 +00:00
..
llvm Change the Dominators recalculate() function to only rely on GraphTraits 2011-12-05 19:17:04 +00:00
llvm-c Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00