Replace std::auto_ptr with std::unique_ptr
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 22 Apr 2015 04:39:13 +0000 (04:39 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 22 Apr 2015 04:39:13 +0000 (04:39 +0000)
commit17ab82c6864604f3bbd845f82acf8e758bb4cd7d
treeaff70465aef77eb6311ede114c9a2c3654363cd4
parent83a20fab61e43972370691ced3b3d755a8667334
Replace std::auto_ptr with std::unique_ptr

std::auto_ptr is deprecated in GCC 5.0, and we are already using
std::unique_ptr all over the place.

Patch by Xan López.

llvm-svn: 235479
llvm/unittests/IR/ValueHandleTest.cpp