Rename MapValue(Metadata*) to MapMetadata()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 19 Dec 2014 06:06:18 +0000 (06:06 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 19 Dec 2014 06:06:18 +0000 (06:06 +0000)
commit46d7af57291fc2e4a2e721303389f5fc6c1b6999
tree70f4a0e8023f711ab58c6a25a280a0b88bdd052a
parentc17d0bbfb32538093d1fd8b4e0ae4adc8c6c4dc7
Rename MapValue(Metadata*) to MapMetadata()

Instead of reusing the name `MapValue()` when mapping `Metadata`, use
`MapMetadata()`.  The old name doesn't make much sense after the
`Metadata`/`Value` split.

llvm-svn: 224566
llvm/include/llvm/Transforms/Utils/ValueMapper.h
llvm/lib/Linker/LinkModules.cpp
llvm/lib/Transforms/Utils/CloneFunction.cpp
llvm/lib/Transforms/Utils/CloneModule.cpp
llvm/lib/Transforms/Utils/ValueMapper.cpp