Pull iterators out of CFG.h and genericize them with GraphTraits
authorChris Lattner <sabre@nondot.org>
Fri, 28 Sep 2001 22:59:14 +0000 (22:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Sep 2001 22:59:14 +0000 (22:59 +0000)
commit7461bf5f8e1e9be67f4ce19f35a32a88668934c7
treed4762a80ff67c2b51fa17a7cbdbbc9525a0895a8
parent41c2e5c43473997d2041a9374d05c58cbe0af944
Pull iterators out of CFG.h and genericize them with GraphTraits

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@666 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/DepthFirstIterator.h [new file with mode: 0644]
include/llvm/Support/GraphTraits.h [new file with mode: 0644]
include/llvm/Support/PostOrderIterator.h [new file with mode: 0644]