diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2007-09-24 22:20:45 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@dberlin.org> | 2007-09-24 22:20:45 +0000 |
commit | e6f0479aee718e976fc077507ff6442a58325824 (patch) | |
tree | 5c70d7f459d4647ba5c271439004e6c3d8c59d6c /include/llvm/ADT/SparseBitVector.h | |
parent | a5a403d7665613f1d1f9a4c084d85c685b1a361a (diff) | |
download | external_llvm-e6f0479aee718e976fc077507ff6442a58325824.zip external_llvm-e6f0479aee718e976fc077507ff6442a58325824.tar.gz external_llvm-e6f0479aee718e976fc077507ff6442a58325824.tar.bz2 |
Comment fixups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42279 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/SparseBitVector.h')
-rw-r--r-- | include/llvm/ADT/SparseBitVector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/SparseBitVector.h b/include/llvm/ADT/SparseBitVector.h index 9743970..fc7ea02 100644 --- a/include/llvm/ADT/SparseBitVector.h +++ b/include/llvm/ADT/SparseBitVector.h @@ -286,6 +286,7 @@ public: } BecameZero = allzero; } + // Get a hash value for this element; uint64_t getHashValue() const { uint64_t HashVal = 0; |