Use unique_ptr to handle ownership of Value*s in Cloning unit tests.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Apr 2014 23:47:47 +0000 (23:47 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Apr 2014 23:47:47 +0000 (23:47 +0000)
commit6d73b8016ebbea956fd19a7e28a668b9195a192c
treece1bbc493b206b2babb266457c7070bbc739693c
parentb5213bb1b0639e48b82e84886e0d8aca6ede5cba
Use unique_ptr to handle ownership of Value*s in Cloning unit tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206828 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Transforms/Utils/Cloning.cpp