mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
[CodeGen] Fix Windows builds broken in r304621.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304624 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5be24d937
commit
239d957e9e
@ -519,8 +519,8 @@ protected:
|
||||
|
||||
uint16_t : NumLSBaseSDNodeBits;
|
||||
|
||||
bool IsTruncating : 1;
|
||||
bool IsCompressing : 1;
|
||||
uint16_t IsTruncating : 1;
|
||||
uint16_t IsCompressing : 1;
|
||||
};
|
||||
|
||||
union {
|
||||
|
Loading…
Reference in New Issue
Block a user