summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/DebugInfo/PDB/Raw/Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/DebugInfo/PDB/Raw/Hash.h')
-rw-r--r--llvm/include/llvm/DebugInfo/PDB/Raw/Hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/Raw/Hash.h b/llvm/include/llvm/DebugInfo/PDB/Raw/Hash.h
index 3b2056e57f6..a4b5d17a5f0 100644
--- a/llvm/include/llvm/DebugInfo/PDB/Raw/Hash.h
+++ b/llvm/include/llvm/DebugInfo/PDB/Raw/Hash.h
@@ -14,8 +14,8 @@
namespace llvm {
namespace pdb {
-uint32_t HashStringV1(StringRef Str);
-uint32_t HashStringV2(StringRef Str);
+uint32_t hashStringV1(StringRef Str);
+uint32_t hashStringV2(StringRef Str);
}
}
OpenPOWER on IntegriCloud