llvm-cov: fix a typo and rename a variable.
authorBob Wilson <bob.wilson@apple.com>
Tue, 22 Oct 2013 19:54:32 +0000 (19:54 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 22 Oct 2013 19:54:32 +0000 (19:54 +0000)
commit0a2463c990db33dd5fc1a15b70bcc38d4c273af7
tree4251da5e151fe723fde0c4982b136ef56518c1b6
parent01b0e94bb731310e72f66977e4b57cd3f3280ba4
llvm-cov: fix a typo and rename a variable.

Rename Size to EndPos, which makes more sense because the variable
stores the last location of the blocks.

Patch by Yuchen Wu!

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