mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 04:01:16 +00:00
Slightly increase default set size. It's cheap and won't hurt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48682 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aff167819b
commit
89a3d3f25c
@ -232,7 +232,7 @@ const GlobalValue *GlobalAlias::getAliasedGlobal() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const GlobalValue *GlobalAlias::resolveAliasedGlobal() const {
|
const GlobalValue *GlobalAlias::resolveAliasedGlobal() const {
|
||||||
SmallPtrSet<const GlobalValue*, 1> Visited;
|
SmallPtrSet<const GlobalValue*, 3> Visited;
|
||||||
|
|
||||||
const GlobalValue *GV = getAliasedGlobal();
|
const GlobalValue *GV = getAliasedGlobal();
|
||||||
Visited.insert(GV);
|
Visited.insert(GV);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user