summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SparseBitVector.h
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2007-09-24 22:20:45 +0000
committerDaniel Berlin <dberlin@dberlin.org>2007-09-24 22:20:45 +0000
commite6f0479aee718e976fc077507ff6442a58325824 (patch)
tree5c70d7f459d4647ba5c271439004e6c3d8c59d6c /include/llvm/ADT/SparseBitVector.h
parenta5a403d7665613f1d1f9a4c084d85c685b1a361a (diff)
downloadllvm-e6f0479aee718e976fc077507ff6442a58325824.tar.gz
llvm-e6f0479aee718e976fc077507ff6442a58325824.tar.bz2
llvm-e6f0479aee718e976fc077507ff6442a58325824.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/SparseBitVector.h b/include/llvm/ADT/SparseBitVector.h
index 97439706c5..fc7ea02160 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;