mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 17:32:36 +00:00
[CodeGen] Fix Windows builds broken in r304621.
llvm-svn: 304624
This commit is contained in:
parent
a10e920415
commit
53336baf28
@ -519,8 +519,8 @@ protected:
|
||||
|
||||
uint16_t : NumLSBaseSDNodeBits;
|
||||
|
||||
bool IsTruncating : 1;
|
||||
bool IsCompressing : 1;
|
||||
uint16_t IsTruncating : 1;
|
||||
uint16_t IsCompressing : 1;
|
||||
};
|
||||
|
||||
union {
|
||||
|
Loading…
x
Reference in New Issue
Block a user