- Generic graph printing infrastructure changes:
authorChris Lattner <sabre@nondot.org>
Wed, 16 Oct 2002 01:18:14 +0000 (01:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Oct 2002 01:18:14 +0000 (01:18 +0000)
commit63a32de77680dd705d3f2788ea60021ecd4ad51e
treeeeceb34acf0daf774e88c7f608314a75f864f025
parentd6d8f41699156686869ee3a0c04b4ba4c3081072
  - Generic graph printing infrastructure changes:
     * Only print outgoing edges from a cell if the destination isn't null.
       This is important for DSGraphs, which have sources with no edges.
     * Allow Node attributes to override shape of the node

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4192 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/GraphWriter.h
include/llvm/Support/GraphWriter.h