Create Generic DOTGraphTraits Printer/Viewer
authorTobias Grosser <grosser@fim.uni-passau.de>
Sat, 16 Jan 2010 10:56:41 +0000 (10:56 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Sat, 16 Jan 2010 10:56:41 +0000 (10:56 +0000)
commit23279f18a9759d94579de7e79be61c7aa790b8ba
tree305eef73ef0e9dce733230daff3c162a28d7401a
parenta27f6e4e202b335f38e3f37e052e9eca817e89fe
Create Generic DOTGraphTraits Printer/Viewer

Move the DOTGraphTraits dotty printer/viewer templates, that were developed for
the dominance tree into their own header file. This will allow reuse in future
passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93632 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DOTGraphTraitsPass.h [new file with mode: 0644]
lib/Analysis/DomPrinter.cpp