mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Make comment a bit more clear.
llvm-svn: 171473
This commit is contained in:
parent
9e40cca003
commit
085e845222
@ -34,7 +34,8 @@ public:
|
||||
unsigned size() const { return TheMap.size(); }
|
||||
size_t getMemorySize() const { return TheMap.getMemorySize(); }
|
||||
|
||||
/// Grow the denseset so that it has at least Size buckets. Does not shrink
|
||||
/// Grow the DenseSet so that it has at least Size buckets. Will not shrink
|
||||
/// the Size of the set.
|
||||
void resize(size_t Size) { TheMap.resize(Size); }
|
||||
|
||||
void clear() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user