OSDN Git Service

ValueMapper: Introduce Mapper helper class, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 3 Apr 2016 19:06:24 +0000 (19:06 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 3 Apr 2016 19:06:24 +0000 (19:06 +0000)
commitf92cbb90d3b6e19df0129c91ed621b8a1d3e6c5c
treea7107df51574fde3b71d3a9a03525ab0fec5da64
parent871403772771c20b31ebf3dc495e99926f110b80
ValueMapper: Introduce Mapper helper class, NFC

Remove a bunch of boilerplate from ValueMapper.cpp by using a new
file-local class called Mapper.

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