1. Allow SCCIterator to work with GraphT types that are constant.
authorDuncan Sands <baldrick@free.fr>
Tue, 17 Nov 2009 10:54:25 +0000 (10:54 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 17 Nov 2009 10:54:25 +0000 (10:54 +0000)
commit4a20c7a0a9ffa2b60668b1b8c39e550531dbcbb1
treefb2c0957e2e15526bf7b1a228b4ba652a4552c94
parent3ea11cf8fc4115927514e3b2c7f272a92fd99c89
1.  Allow SCCIterator to work with GraphT types that are constant.
2.  Allow SCCIterator to work with inverse graphs.
3.  Fix an incorrect comment in GraphTraits.h (the type in the comment
was given as GraphType* when it is actually const GraphType &).
Patch by Patrick Alexander Simmons.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89091 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/GraphTraits.h
include/llvm/ADT/SCCIterator.h