| commit | 2a593bc508920c1faf05f1f847b951cd2b5055b4 | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Thu Apr 20 16:56:54 2017 +0000 |
| committer | Zachary Turner <zturner@google.com> | Thu Apr 20 16:56:54 2017 +0000 |
| tree | 28d9030cd6eecebf63ae5f6f5ee966a4b2a2fb12 | |
| parent | bcfd2d1789e6709dfd585521ac599ae49091a6e8 [diff] |
Resubmit "[BitVector] Add operator<<= and operator>>=." This was failing due to the use of assigning a Mask to an unsigned, rather than to a BitWord. But most systems do not have sizeof(unsigned) == sizeof(unsigned long), so the mask was getting truncated. llvm-svn: 300857