The hasSlot methods are gone.
authorChris Lattner <sabre@nondot.org>
Wed, 6 Dec 2006 06:15:43 +0000 (06:15 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Dec 2006 06:15:43 +0000 (06:15 +0000)
commita6b1ffcfaaaf698386243a36992193a3c2c86766
tree8c090caa9033f704195870f8ee9e8cb46a6be020
parentd17aa4b1f17f6d3fcd9079aef239ff16cfb5907f
The hasSlot methods are gone.
Remove the 'PrintName' argument to WriteAsOperand, as it is always true.
Only call getOrCreateSlot on things that are valid.

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