Replace uses of the deprecated std::auto_ptr with OwningPtr.
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Fri, 12 Apr 2013 10:56:28 +0000 (10:56 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Fri, 12 Apr 2013 10:56:28 +0000 (10:56 +0000)
commit200241e4de11981523b3d14f3acab6129efed701
tree265e6f10406344d11ebacd61bcb9d6a261a15c82
parent71c1b228552ece06003d744b815f669dbfbb0772
Replace uses of the deprecated std::auto_ptr with OwningPtr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179373 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/RegAllocPBQP.h
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
tools/bugpoint/BugDriver.cpp
tools/llc/llc.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-ranlib/llvm-ranlib.cpp
tools/opt/opt.cpp