OSDN Git Service

DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 11 Apr 2015 19:29:09 +0000 (19:29 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 11 Apr 2015 19:29:09 +0000 (19:29 +0000)
commit429f5391adac7f453211b9f2a82d1055feee1d5e
tree7d293b3898b50cbe5aa32b1f0f6232342ae86481
parent9b30c7bd3839553e104553b014dcf0812c405b4a
DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith()

r234696 replaced the only use of `DIDescriptor::replaceAllUsesWith()`
with `DIBuilder::replaceTemporary()` (added in r234695).  Delete the
dead code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234697 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
lib/IR/DebugInfo.cpp