mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix comment for MD5Hash.
llvm-svn: 260221
This commit is contained in:
parent
9569b015d4
commit
cc8c49026c
@ -66,7 +66,7 @@ private:
|
|||||||
const uint8_t *body(ArrayRef<uint8_t> Data);
|
const uint8_t *body(ArrayRef<uint8_t> Data);
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Helper to compute and return a 64-bit MD5 Hash of a given string.
|
/// Helper to compute and return lower 64 bits of the given string's MD5 hash.
|
||||||
inline uint64_t MD5Hash(StringRef Str) {
|
inline uint64_t MD5Hash(StringRef Str) {
|
||||||
MD5 Hash;
|
MD5 Hash;
|
||||||
Hash.update(Str);
|
Hash.update(Str);
|
||||||
|
Loading…
Reference in New Issue
Block a user