Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Apr 2014 21:40:16 +0000 (21:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Apr 2014 21:40:16 +0000 (21:40 +0000)
commite1c0863d74f7995dd0890e35b585526457d118d5
tree734e9223ef29d828e866c1c82c35a956bb2441ea
parent2df01c60e6e3fde8859826e8a5d6898a9cd5c060
Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206796 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GCOV.h
lib/IR/GCOV.cpp