Fix a warning.

llvm-svn: 319263
This commit is contained in:
Zachary Turner 2017-11-29 00:13:44 +00:00
parent 90e8c122ee
commit 4c1fa68590
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ using namespace llvm::codeview;
namespace {
struct HashedType {
unsigned Hash;
hash_code Hash;
ArrayRef<uint8_t> Data;
TypeIndex Index;
};