From: Zachary Turner Date: Wed, 29 Nov 2017 00:13:44 +0000 (+0000) Subject: Fix a warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f125f8f5d19b1082ec84089c84bab0d6c141f92a;p=llvm Fix a warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319263 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/CodeView/TypeTableBuilder.cpp b/lib/DebugInfo/CodeView/TypeTableBuilder.cpp index 7b02b175bd6..289bf6ca93c 100644 --- a/lib/DebugInfo/CodeView/TypeTableBuilder.cpp +++ b/lib/DebugInfo/CodeView/TypeTableBuilder.cpp @@ -31,7 +31,7 @@ using namespace llvm::codeview; namespace { struct HashedType { - unsigned Hash; + hash_code Hash; ArrayRef Data; TypeIndex Index; };