Initial checkin of file:
authorChris Lattner <sabre@nondot.org>
Sat, 30 Mar 2002 09:13:23 +0000 (09:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Mar 2002 09:13:23 +0000 (09:13 +0000)
commitf9957c2960f385f2b2d999320412b376e0c15d50
treed2bc66d5f600566ca589157531e8c507ff7852f3
parentcfb5f4ce2e9e7a40402b7313159f378435488b62
Initial checkin of file:

Define an iterator to operate over data structure outgoing links and
graph implementation so generic graph functions can be used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2057 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DSGraphTraits.h [new file with mode: 0644]
include/llvm/Analysis/DataStructure/DSGraphTraits.h [new file with mode: 0644]
include/llvm/Analysis/DataStructureGraph.h [new file with mode: 0644]