Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 17 Aug 2014 21:36:47 +0000 (21:36 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 17 Aug 2014 21:36:47 +0000 (21:36 +0000)
commit822199b9e6867c3fe94bffa6ab57be903014f98a
tree3f3403a1c3637eadd73899e6604314091f673cb4
parent283c82abaaa85d032725cba11fb9ad05c9a9b060
Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215852 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/AsmParser/Parser.h
lib/AsmParser/Parser.cpp
lib/IRReader/IRReader.cpp