mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 17:35:38 +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;
|
uint16_t : NumLSBaseSDNodeBits;
|
||||||
|
|
||||||
bool IsTruncating : 1;
|
uint16_t IsTruncating : 1;
|
||||||
bool IsCompressing : 1;
|
uint16_t IsCompressing : 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
union {
|
union {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user