[llvm-commits] [PATCH] Create Generic DOTGraphTraits Printer/Viewer
Tobias Grosser
grosser at fim.uni-passau.de
Wed Jan 13 16:21:58 PST 2010
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.
---
include/llvm/Support/DOTGraphTraitsPass.h | 79 +++++++++++++++++++++++++++++
lib/Analysis/DomPrinter.cpp | 70 ++++++-------------------
2 files changed, 96 insertions(+), 53 deletions(-)
create mode 100644 include/llvm/Support/DOTGraphTraitsPass.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Create-Generic-DOTGraphTraits-Printer-Viewer.patch
Type: text/x-patch
Size: 6920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100114/b50a7f79/attachment.bin>
More information about the llvm-commits
mailing list