Use unsigned rather than uint16_t in case anyone feels like testing
authorDuncan Sands <baldrick@free.fr>
Thu, 28 Jul 2011 14:37:53 +0000 (14:37 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 28 Jul 2011 14:37:53 +0000 (14:37 +0000)
commit5edfbebb7d085ce52fe7c3f96feacfd246b3f071
treefece319070b6c4e6df76f2fd44ad6e38a1a7e23d
parent6f7eec12941f61148c2615eafa50b49096fb9e2f
Use unsigned rather than uint16_t in case anyone feels like testing
more graphs, like all graphs with 5 nodes or less.  With a 32 bit
unsigned type, the maximum is graphs with 6 nodes or less, but that
would take a while to test - 5 nodes or less already requires a few
seconds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136354 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/SCCIteratorTest.cpp