Use unique_ptr to manage ownership of GCStrategy objects in GCMetadata
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Apr 2014 05:34:49 +0000 (05:34 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Apr 2014 05:34:49 +0000 (05:34 +0000)
commit5a21a893c0e935a5f1c16988d8d894e3ab88797b
tree3f58e9d05d6dfe6df0854ad3b5350c2eee69f997
parenta016c1d6da1e19131ce6b2150a5caf9d1cdd7b39
Use unique_ptr to manage ownership of GCStrategy objects in GCMetadata

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206246 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/GCMetadata.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/GCMetadata.cpp