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:
parent
a8d567ec8e
commit
04cc391642
@ -31,7 +31,7 @@ using namespace llvm::codeview;
|
||||
namespace {
|
||||
|
||||
struct HashedType {
|
||||
unsigned Hash;
|
||||
hash_code Hash;
|
||||
ArrayRef<uint8_t> Data;
|
||||
TypeIndex Index;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user