Slightly increase default set size. It's cheap and won't hurt.

llvm-svn: 48682
This commit is contained in:
Anton Korobeynikov 2008-03-22 07:48:40 +00:00
parent a56dcc977e
commit 2fb3897f1b
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ const GlobalValue *GlobalAlias::getAliasedGlobal() const {
}
const GlobalValue *GlobalAlias::resolveAliasedGlobal() const {
SmallPtrSet<const GlobalValue*, 1> Visited;
SmallPtrSet<const GlobalValue*, 3> Visited;
const GlobalValue *GV = getAliasedGlobal();
Visited.insert(GV);