Remove extraneous return value from insertValue and getOrCreateSlot. Since
authorChris Lattner <sabre@nondot.org>
Tue, 9 Jan 2007 07:46:21 +0000 (07:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Jan 2007 07:46:21 +0000 (07:46 +0000)
commit3a4621c5f6e406da75c15e1351e2df5a7a4d9297
treef4a62734d7d4762e4dd94f24592cdd6834334576
parent30f9e27f643863aaf2bf901e2066f7eae80df895
Remove extraneous return value from insertValue and getOrCreateSlot.  Since
getOrCreateSlot no longer gets the slot, rename it to CreateSlot.

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