projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c74913c
)
8 buckets is way too small to start out with. This was only for testing.
author
Chris Lattner
<sabre@nondot.org>
Sat, 3 Feb 2007 19:30:48 +0000
(19:30 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 3 Feb 2007 19:30:48 +0000
(19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33835
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/DenseMap.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/DenseMap.h
b/include/llvm/ADT/DenseMap.h
index fa3e2df8947a344162c5b2f344ed34c192496069..646ee40c1544a8122b34d50906d22d5f8a993b14 100644
(file)
--- a/
include/llvm/ADT/DenseMap.h
+++ b/
include/llvm/ADT/DenseMap.h
@@
-53,7
+53,7
@@
class DenseMap {
unsigned NumEntries;
DenseMap(const DenseMap &); // not implemented.
public:
- explicit DenseMap(unsigned NumInitBuckets =
8
) {
+ explicit DenseMap(unsigned NumInitBuckets =
64
) {
init(NumInitBuckets);
}
~DenseMap() {