OSDN Git Service

implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of
authorChris Lattner <sabre@nondot.org>
Fri, 26 Jun 2009 19:06:10 +0000 (19:06 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Jun 2009 19:06:10 +0000 (19:06 +0000)
commitd212bb8ef2b36628eb3b41d882472814d0aad509
tree3bf38e0e778ab36a0cc97fcc3decd760f2d78da3
parent89ca575c310457304d53be93749fdc284e424375
implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of
SDNode::print_details to eliminate a ton of near-duplicate code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74311 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp