diff options
| author | Pete Cooper <peter_cooper@apple.com> | 2014-08-07 05:46:54 +0000 |
|---|---|---|
| committer | Pete Cooper <peter_cooper@apple.com> | 2014-08-07 05:46:54 +0000 |
| commit | 3f2aee7e02a5ddbe173bcf02fbb007f0dc71dcf0 (patch) | |
| tree | 7081558af51647580db84ff0dfe39cd7aa4d51be /test/TableGen | |
| parent | 792202d090f08fbe4c567bb2a2c2fe634c57b4e0 (diff) | |
Fix a whole bunch of binary literals which were the wrong size. All were being silently zero extended to the correct width.
The commit after this changes { } and 0bxx literals to be of type bits<n> and not int. This means we need to write exactly the right number of bits, and not rely on the values being silently zero extended for us.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen')
0 files changed, 0 insertions, 0 deletions
