use Label->isDefined() instead of isLabelDeleted() now that we
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2010 02:20:58 +0000 (02:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2010 02:20:58 +0000 (02:20 +0000)
commitb91306053d0aebd748bf854f05d93cd1939a1543
tree06a2151ace2a4baa5a09fef46359392a59ac0127
parent53d00241fb553c26bfe6f6305f5f59f0d030238f
use Label->isDefined() instead of isLabelDeleted() now that we
consistently use MCSymbol and only call this predicate after
they should have been emitted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98461 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp