Use unique_ptr to handle ownership of UserValues in LiveDebugVariablesImpl
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Apr 2014 20:37:07 +0000 (20:37 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Apr 2014 20:37:07 +0000 (20:37 +0000)
commit864c5312a7898da718f56db09e06040e60714970
tree845cb78ba260b3ddeebcba8b80e9bb9acf20c409
parent52d629e1bc6352aee8563c55fbe6c0ff7f0bd32f
Use unique_ptr to handle ownership of UserValues in LiveDebugVariablesImpl

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206785 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveDebugVariables.cpp