Use std::move on the enum to insert it into the pair to please MSVC
authorMehdi Amini <mehdi.amini@apple.com>
Fri, 22 Apr 2016 04:45:57 +0000 (04:45 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Fri, 22 Apr 2016 04:45:57 +0000 (04:45 +0000)
commit9a1724bf3dc126f4e4d4b9e4c617f9b06b756c7d
tree994792920d0e07cdb557a9f82f3397d2935dd102
parente9cffafdf71771af6c5af38f4901e69753c923f8
Use std::move on the enum to insert it into the pair to please MSVC

(I have no idea why is it needed)
Fixup for r267103

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 267104
llvm/lib/Object/IRObjectFile.cpp