Since I'm obliged to work with a development OS that currently doesn't
authorStuart Hastings <stuart@apple.com>
Wed, 4 Feb 2009 16:46:19 +0000 (16:46 +0000)
committerStuart Hastings <stuart@apple.com>
Wed, 4 Feb 2009 16:46:19 +0000 (16:46 +0000)
commit80d6977e90c22313d5a62ac28811e0386a806aff
tree220e892fe100e327a7a92b26a3de008062b960e7
parent09750273a4cd49630b64ec03b2e2f207a4fe8308
Since I'm obliged to work with a development OS that currently doesn't
support GraphViz, I've been using the foo->dump() facility.  This
patch is a minor rewrite to the SelectionDAG dump() stuff to make it a
little more helpful.  The existing foo->dump() functionality does not
change; this patch adds foo->dumpr().  All of this is only useful when
running LLVM under a debugger.

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