simplify mdnode printing logic. Now N->dump() only
authorChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 02:13:35 +0000 (02:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 02:13:35 +0000 (02:13 +0000)
commit6e6b1805dae72803fbfe45f9aee2ab9ebfb4ec77
treeff057cfea72e3fb0db6c2ec77ccb49aa6b5eb097
parentab2f2f1ace7e02ac6e47ede9bce2d41a111796d7
simplify mdnode printing logic.  Now N->dump() only
dumps one node instead of all of them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92329 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp