* Pass the DSGraph around instead of the Function to printing fns
authorChris Lattner <sabre@nondot.org>
Thu, 11 Jul 2002 20:33:32 +0000 (20:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Jul 2002 20:33:32 +0000 (20:33 +0000)
commit76d5b489e33efd51b2387de3b64ef5c666754072
tree3d1583fcead27c4f72dc757b817fa167d6faf48e
parentf9ae4c5cb6b546b83a11d9e5d9da44179b2680d3
* Pass the DSGraph around instead of the Function to printing fns
* Print the globals list in the node
* Print the scalars in the scalar node
* Eliminate Scalar "label" edges in the graph
* Print fake edges lighter instead of dotted

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2880 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/Printer.cpp