IR: Fix MDType fields from unsigned to uint64_t
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 19 Feb 2015 23:56:07 +0000 (23:56 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 19 Feb 2015 23:56:07 +0000 (23:56 +0000)
commitd34db1716ef1903225bedaf9587287ce3de22a94
tree13da93d9afb79f193a880b96b83d1bc60cc8068d
parentdb141ac37daf1f643a28ce20e3885fa57f3a165c
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
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/test/Assembler/mdtype-large-values.ll [new file with mode: 0644]
llvm/unittests/IR/MetadataTest.cpp