OSDN Git Service

[ThinLTO] Use DenseSet instead of SmallPtrSet for holding GUIDs
authorTeresa Johnson <tejohnson@google.com>
Thu, 5 Jan 2017 14:59:56 +0000 (14:59 +0000)
committerTeresa Johnson <tejohnson@google.com>
Thu, 5 Jan 2017 14:59:56 +0000 (14:59 +0000)
commit0afe3ab0be73485e585d4d1ec1b941f4b1b29959
tree6bbc7f76f8999296ededeceb5da48ead8ad5c86b
parent281d15cdbf259c949f39f7ea3107c74d411b340d
[ThinLTO] Use DenseSet instead of SmallPtrSet for holding GUIDs

Should fix some more bot failures from r291108.
This should have been a DenseSet, since GUID is not a pointer type.
It caused some bots to fail, but for some reason I wasnt't getting a
build failure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291115 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ModuleSummaryAnalysis.cpp