[MIRParser] Add parsing hex literals of arbitrary size as unsigned integers
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 16 Dec 2016 13:58:01 +0000 (13:58 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 16 Dec 2016 13:58:01 +0000 (13:58 +0000)
commit36ef5dc3df23bc27afb0dd644d85ddd861e4a81b
tree98d2acdd76f050a4db19d93dc67585931f82753a
parenta44fd3014d65f42c5b8dbae62a90e50419cb6d57
[MIRParser] Add parsing hex literals of arbitrary size as unsigned integers

The current code does not parse hex literals larger than 32-bit.

llvm-svn: 289943
llvm/lib/CodeGen/MIRParser/MIParser.cpp