llvm-cov: Don't pointlessly create a unique_ptr (NFC)
authorJustin Bogner <mail@justinbogner.com>
Thu, 4 Sep 2014 00:04:54 +0000 (00:04 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 4 Sep 2014 00:04:54 +0000 (00:04 +0000)
commitb79ed97962dfdc2fbbf7ceea2b5cd52a7ad27012
treeab379cc0d365076884ef097b6b5e31f6d9aa1c30
parentc7ad7ec8b96d6506ec3035434d59d1dbc2fb98ec
llvm-cov: Don't pointlessly create a unique_ptr (NFC)

There's no ownership going on here, and no reason to heap allocate
this object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217113 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cov/CodeCoverage.cpp