OSDN Git Service

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)
commit12a3bb49b166ba3b34db4d59530c06bc3db4f3a1
treeb26374b0ed4273894fafadd74e78dba7082651e6
parent90c7bb067d860750d25262c3e93f08d7edae084d
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>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267104 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/IRObjectFile.cpp