commit | 3a94477625f35465e44b4cee160f7acadd21067f | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanaka@apple.com> | Thu Jun 30 00:07:17 2016 +0000 |
committer | Akira Hatanaka <ahatanaka@apple.com> | Thu Jun 30 00:07:17 2016 +0000 |
tree | e5af83992eea9daaefa157e921f1130cb15e5681 | |
parent | 9cfc75c214d42eebd74f9f5f5d20d453404d5db4 [diff] |
Use the same type for adjacent bit field members. MSVC doesn't pack the bit field members if different types are used. This came up in a patch review. http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160627/163107.html llvm-svn: 274190