]> granicus.if.org Git - llvm/commitdiff
[CodeGen] Fix Windows builds broken in r304621.
authorEugene Zelenko <eugene.zelenko@gmail.com>
Sat, 3 Jun 2017 00:39:36 +0000 (00:39 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Sat, 3 Jun 2017 00:39:36 +0000 (00:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304624 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index 5eedf2834664083d413211402e64dbd48199f1f8..3a4feb322092d53bcae39edb103c7206e64f51ad 100644 (file)
@@ -519,8 +519,8 @@ protected:
 
     uint16_t : NumLSBaseSDNodeBits;
 
-    bool IsTruncating : 1;
-    bool IsCompressing : 1;
+    uint16_t IsTruncating : 1;
+    uint16_t IsCompressing : 1;
   };
 
   union {