Skip to content

Commit

Permalink
Address comments from ellishg
Browse files Browse the repository at this point in the history
  • Loading branch information
kyulee-com committed Aug 24, 2024
1 parent fec11a1 commit 9e657d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions llvm/include/llvm/ADT/StableHashing.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
//
// This file provides types and functions for computing and combining stable
// hashes. Stable hashes can be useful for hashing across different modules,
// processes, or compiler runs for a specific version. It currently employs
// the xxh3_64bits hashing algorithm. Be aware that this implementation may be
// adjusted or updated as improvements to the system are made.
// processes, machines, or compiler runs for a specific compiler version. It
// currently employs the xxh3_64bits hashing algorithm. Be aware that this
// implementation may be adjusted or updated as improvements to the compiler are
// made.
//
//===----------------------------------------------------------------------===//

Expand Down

0 comments on commit 9e657d7

Please sign in to comment.