[llvm-profdata] Use SmallSet rather that std::set for keeping track of profdata merge...
authorNathan Slingerland <slingn@gmail.com>
Wed, 18 Nov 2015 17:10:24 +0000 (17:10 +0000)
committerNathan Slingerland <slingn@gmail.com>
Wed, 18 Nov 2015 17:10:24 +0000 (17:10 +0000)
commit991a399fac02f6483f6785b6035ef09cc68db6d0
tree2eacf9442e6c8cf7108d32cb3b52a05f11edfa12
parent444e864c879c605a0bccc15d1028261fefdcc0bf
[llvm-profdata] Use SmallSet rather that std::set for keeping track of profdata merge errors

Missed bit of feedback from D14720.

Use SmallSet<std::error_code> rather than std::set<...> in order to be more efficient.

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