Replace comment about ownership with std::unique_ptr.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 1 Aug 2014 18:09:32 +0000 (18:09 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 1 Aug 2014 18:09:32 +0000 (18:09 +0000)
commit6312816b42efc879f0b567b35d3fa532b2353de5
tree4ee9153910442e62b739049f90e9b914d8bdff6a
parentb36af0785a6c0d84f436448b7aefad71a64134eb
Replace comment about ownership with std::unique_ptr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214533 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
tools/lli/lli.cpp