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)
commit0dcffe2cdc59b0da6d1207265487afc9b65d4c98
tree9f26bca7cfce56905c62171f9be48074bed2a3f2
parente33530909ddf2b72dc4a93f610803f9c129eece1
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.

llvm-svn: 226511
llvm/include/llvm/IR/Metadata.h
llvm/lib/Transforms/Utils/ValueMapper.cpp