| commit | d34db1716ef1903225bedaf9587287ce3de22a94 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Feb 19 23:56:07 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Feb 19 23:56:07 2015 +0000 |
| tree | 13da93d9afb79f193a880b96b83d1bc60cc8068d | |
| parent | db141ac37daf1f643a28ce20e3885fa57f3a165c [diff] |
IR: Fix MDType fields from unsigned to uint64_t When trying to match the current schema with the new debug info hierarchy, I downgraded `SizeInBits`, `AlignInBits` and `OffsetInBits` to 32-bits (oops!). Caught this while testing my upgrade script to move the hierarchy into place. Bump it back up to 64-bits and update tests. llvm-svn: 229933