Improve debug output for MemOperandSDNode. PseudoSourceValue nodes
authorDan Gohman <gohman@apple.com>
Mon, 14 Jul 2008 17:51:24 +0000 (17:51 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 14 Jul 2008 17:51:24 +0000 (17:51 +0000)
commit91d49f5ba1374df9db98b6ee45402ddaa84d08b0
treedb56d70ec2aecc219ab3b3e558b4851a0bb1943b
parent2b062994a62a5e1db930e52f46e734f3d8c87a29
Improve debug output for MemOperandSDNode. PseudoSourceValue nodes
don't have value names, so use print instead of getName() to get a
useful string.

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