Made it possible for the printInfoComment method to invoke getSlot in
authorReid Spencer <rspencer@reidspencer.com>
Wed, 9 Jun 2004 15:26:53 +0000 (15:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 9 Jun 2004 15:26:53 +0000 (15:26 +0000)
commitfc621e28781e3cf22f1850e07f285581334e2402
tree4ff6015f08825ad0c95c3322b4048e4d9d187b4e
parent6b5bd5857d3ce245b47ed22a5b768d0333cd12f2
Made it possible for the printInfoComment method to invoke getSlot in
such a way that if the Value being printed is standalone that we don't
assert and abort but just print ":??" for the slot number instead.

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