Use unique_ptr to manage ownership of GCFunctionInfos in GCStrategy
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Apr 2014 06:07:26 +0000 (06:07 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Apr 2014 06:07:26 +0000 (06:07 +0000)
commit3229c698e4c395d324814a386853d836b8d6f80c
tree3ae5daac300c28390cedd8d3621dd0914206fbff
parent9c940420835adfc7ea3066beda3b5c3c327f0332
Use unique_ptr to manage ownership of GCFunctionInfos in GCStrategy

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