InstrProf: Use the proftext format for these coverage tests
authorJustin Bogner <mail@justinbogner.com>
Mon, 9 Mar 2015 18:54:58 +0000 (18:54 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 9 Mar 2015 18:54:58 +0000 (18:54 +0000)
commit05b74bc4a64c245b8dda6b8854c6cdfc8fc29166
treedac2c06c9cf433d2d9eb78cd9c1b70eccf3eb722
parentcbbfb0517994031c12d2e1839b6a6d2be809c856
InstrProf: Use the proftext format for these coverage tests

This format's easier to understand and update by hand.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231686 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/Inputs/lineExecutionCounts.profdata [deleted file]
test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/regionMarkers.profdata [deleted file]
test/tools/llvm-cov/Inputs/regionMarkers.proftext [new file with mode: 0644]
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showRegionMarkers.cpp