[PATCH] D23580: [GraphWriter] Change GraphWriter to use NodeRef in GraphTraits

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 16:33:29 PDT 2016


dblaikie added a comment.

what's the printer used for? Would it be best to generalize it (perhaps adding another extension point to the graph traits, so NodeRefs can be printed out - with a default implementation for pointers)?


https://reviews.llvm.org/D23580





More information about the llvm-commits mailing list