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)
commit00928bcb72a8c1761781b0051f1a36c94cb5691b
treee95fbd542ecc028e005f91c76cf3024c8bf3d2ec
parent208b5c0fa5caa5716a78a04e856bf39ef8f38732
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!

llvm-svn: 193189
llvm/lib/IR/GCOV.cpp