[Statepoint] Fix signed vs unsigned in index handling
authorPhilip Reames <listmail@philipreames.com>
Wed, 3 Jun 2020 22:09:03 +0000 (15:09 -0700)
committerPhilip Reames <listmail@philipreames.com>
Wed, 3 Jun 2020 22:10:20 +0000 (15:10 -0700)
commitff529e0f2792e1383a602e4b8a466337fd0c2926
treec67d17a52bfee775c018408059c105ca2ae0692c
parent8dd34cce0716e0d83c2f05375e8352b5fb4c680c
[Statepoint] Fix signed vs unsigned in index handling

As noted in a comment on D80937, all of these are specified as unsigned values, but the verifier code was using signed.  Given the practical values involved, the different in range didn't matter, but we might as well clean it up.
llvm/lib/IR/Verifier.cpp