Make sure to pass an unsigned to a printf format that is always %u.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 16 Jun 2011 02:55:56 +0000 (02:55 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 16 Jun 2011 02:55:56 +0000 (02:55 +0000)
commit0cc0929efcb5a137c351cd7e2fa70b0e2e97f313
tree056bdd177ace41a6aca7a36b9b2c69f5105a60e5
parente8e1e4444bf10df879068947e8e5f430e7fc2827
Make sure to pass an unsigned to a printf format that is always %u.

This should unbreak the native ARM testers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133141 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/SetTheory.cpp