Utils: Simplify MapMetadata(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 19 Jan 2015 22:39:07 +0000 (22:39 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 19 Jan 2015 22:39:07 +0000 (22:39 +0000)
commit6744a8e53d668b949ba0ef868610ceec3d4f4df2
tree82ad64f7b04eaa9b83edc71a6302e7c851306d75
parent37c7ccc40c8540a9c23b1c57c444fd038d4e37cb
Utils: Simplify MapMetadata(), NFC

Take advantage of the new ability of temporary nodes to mutate to
distinct and uniqued nodes to greatly simplify the `MapMetadata()`
helper functions.

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