1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix a warning.

llvm-svn: 319263
This commit is contained in:
Zachary Turner 2017-11-29 00:13:44 +00:00
parent a8d567ec8e
commit 04cc391642

View File

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