llvm-cov: Use uint32_t for loop variables to be more consistent.
authorBob Wilson <bob.wilson@apple.com>
Tue, 22 Oct 2013 20:02:36 +0000 (20:02 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 22 Oct 2013 20:02:36 +0000 (20:02 +0000)
commit67fa53989a7bb05083966a694ad0c2e9b62ed683
treea2cde37484386df9b4e60adb231c7fedbc5a3c8f
parent0a2463c990db33dd5fc1a15b70bcc38d4c273af7
llvm-cov: Use uint32_t for loop variables to be more consistent.

The loop bounds here are uint32_t variables, so it makes sense for the
loop variables to have the same type.

Patch by Yuchen Wu!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/GCOV.cpp