forked from OSchip/llvm-project
The second parameter of hash_set is the default, remove it.
llvm-svn: 3273
This commit is contained in:
parent
e5b0f6574b
commit
06524e2f07
|
@ -357,7 +357,7 @@ private:
|
|||
// individual function graphs, and it goes away when they all go away.
|
||||
//
|
||||
class GlobalDSGraph : public DSGraph {
|
||||
hash_set<const DSGraph*, hash<const DSGraph*> > Referrers;
|
||||
hash_set<const DSGraph*> Referrers;
|
||||
void addReference(const DSGraph* referrer);
|
||||
void removeReference(const DSGraph* referrer);
|
||||
friend class DSGraph; // give access to Referrers
|
||||
|
|
Loading…
Reference in New Issue