Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of
authorDan Gohman <gohman@apple.com>
Thu, 13 Nov 2008 23:45:55 +0000 (23:45 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 13 Nov 2008 23:45:55 +0000 (23:45 +0000)
commitc3c129fd8b74909cad75d88223e9b5b4dc16df20
tree0f11f1a1f2e0db17477a6bc2e3e8b07b2a7a08b6
parentae78a88e12fa3d5f0cdb723cf009dfd71eb35a70
Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of
the current function on its own, rather than relying on the SelectionDAG.

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