Utils: MDNode => UniquableMDNode, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 14 Jan 2015 01:05:17 +0000 (01:05 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 14 Jan 2015 01:05:17 +0000 (01:05 +0000)
commitfbf153aebb6c070b17922db2e105e1f7ffb35a57
treed6bdb7d1781e5aefd5a77b64ea19c1db93f22af4
parentc60bd0cf4b8a748d73bb376cdf7e33feb1f60a2b
Utils: MDNode => UniquableMDNode, NFC

Although this makes the `cast<>` assert more often, the
`assert(Node->isResolved())` on the following line would assert in all
those cases.  So, no functionality change here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225903 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/ValueMapper.cpp