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)
commit33ed2ef4ffa99d5cdaf6158454068f17dbe8eafa
tree242c286be9432a046ed4ec380784f11cbc93ab6d
parent15067a64a926e83d33ee1b9dbabb49d426b0e061
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224566 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/ValueMapper.h
lib/Linker/LinkModules.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/ValueMapper.cpp