Move the stuff that fixes the size, orientation & fonts of graphs to
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 5 May 2004 06:10:06 +0000 (06:10 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 5 May 2004 06:10:06 +0000 (06:10 +0000)
commit6178085cfd772f62c641234bec156240281e7cf4
treec85d381b94ae0c4cee12ccfdffdd464cb55fb85f
parent48b008db57cf1ffabf949364622c9ecfe0ec85c4
Move the stuff that fixes the size, orientation & fonts of graphs to
the debugging functions that call "dot". These fixed settings have
various problems: for example, the fixed size that is set in the graph
traits classes is not appropriate for turning the dot file into a PNG,
and if TrueType font rendering is being used, the 'Courier' TrueType font
may not be installed. It seems easy enough to specify these things on the
command line, anyhow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13366 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/DOTGraphTraits.h
include/llvm/Support/DOTGraphTraits.h
lib/Analysis/CFGPrinter.cpp
lib/Analysis/DataStructure/Printer.cpp