Replace two release calls with std::move. I missed this on the previous commit.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 24 Jun 2014 14:25:17 +0000 (14:25 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 24 Jun 2014 14:25:17 +0000 (14:25 +0000)
commit8659ad443a9f56726e9d356ef98396654dbd9e91
treeaff3c83b1c255bd8b20235d3d40bee568f941c9e
parent0d50598d71c5cc81c0e777a0ddf3e692e634f565
Replace two release calls with std::move. I missed this on the previous commit.

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