]> granicus.if.org Git - llvm/commit
AutoUpgrade: Remove obsolete dbg.declare/value upgrade
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 6 Apr 2015 17:17:47 +0000 (17:17 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 6 Apr 2015 17:17:47 +0000 (17:17 +0000)
commite75a8c3855273ffcc72461a3057e50bf0baee31f
tree68e3f4f5568079d14dc6f00bd2a01aa9d7ff0547
parent10483b93ea6d225a0921a6d41abef8a8ebe8b2d5
AutoUpgrade: Remove obsolete dbg.declare/value upgrade

This upgrade of `@llvm.dbg.declare` and `@llvm.dbg.value` isn't useful,
since it's for an old debug info version.  The calls will get stripped
anyway by `UpgradeDebugInfo()`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234181 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/AutoUpgrade.cpp