]> granicus.if.org Git - clang/commit
InstrProf: Remove some pointless indirection (NFC)
authorJustin Bogner <mail@justinbogner.com>
Tue, 2 Dec 2014 22:38:52 +0000 (22:38 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 2 Dec 2014 22:38:52 +0000 (22:38 +0000)
commitb1d3eaf79f02867e1bb8b44abd05023176ef6e2a
tree7539e3f97281c6cd1159bb212a56a0266f6f037b
parent878c801ddc96d3f77177aba7918428fc64adad24
InstrProf: Remove some pointless indirection (NFC)

It doesn't make much sense to have std::unique_ptrs of std::string and
std::vector. Avoid some useless indirection by using these types
directly.

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