Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been
authorBill Wendling <isanbard@gmail.com>
Sun, 18 Apr 2010 00:56:05 +0000 (00:56 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 18 Apr 2010 00:56:05 +0000 (00:56 +0000)
commit091fc4b5560e0c87db74855aebecb3f872740c7d
treee3a6564b90ff60c21db5dbe303a531dffd6ae6f7
parent69c128f19d04ce7337591d2edbb6701d470c18a4
Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been
emitted or not. The JIT doesn't set that. Look it up in the label location table
instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp