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)
commit5342c6ceabcab054996da95071effef8dac64ee3
tree760de0e8b8897180f4e4b57fecaa121dc7fc1a49
parent96d74006fda3b47d19ca1ad5a663d59af9fed21e
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()`.

llvm-svn: 234181
llvm/lib/IR/AutoUpgrade.cpp