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)
commit829dc87a68ca4cc630304c51dbd6be385fd6fb08
tree444659ece2a06b0c16c4cf63d9a7ad8b6d034bd0
parentd74f6e22f20a3077c7d0703dc7736e52709feaae
ValueMapper: Introduce Mapper helper class, NFC

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

llvm-svn: 265268
llvm/lib/Transforms/Utils/ValueMapper.cpp