mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 12:56:08 +00:00

this is a resubmission of r280476. The problem with the original commit was that it was printing out all numbers as signed, which was wrong for unsigned numbers with the MSB set. Fix that and add a unit test covering that case. llvm-svn: 280480