llvm-cov: Split up reading of GCNO and GCDA files.
authorYuchen Wu <yuchenericwu@hotmail.com>
Tue, 3 Dec 2013 00:15:49 +0000 (00:15 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Tue, 3 Dec 2013 00:15:49 +0000 (00:15 +0000)
commitc4b184e229aaa35c2c7b1463a22d6fd4c9f81aec
tree3cc7087b6f2bf8a6159f537d5968565e909afe82
parent44de223927a6d32f599574b4d10093ce041c1acd
llvm-cov: Split up reading of GCNO and GCDA files.

There are now two functions: readGCNO() and readGCDA().

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