]> granicus.if.org Git - llvm/commit
InstrProf: Simplify RawCoverageMappingReader's API slightly
authorJustin Bogner <mail@justinbogner.com>
Tue, 3 Feb 2015 00:20:11 +0000 (00:20 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 3 Feb 2015 00:20:11 +0000 (00:20 +0000)
commit68697579bf3c29cd17f8e677928604cae5e988e4
tree57f6f50365cb5d36a3baacbf7665578ea15282ff
parent11f57c90683a529ee6f8a465442edc68df22853c
InstrProf: Simplify RawCoverageMappingReader's API slightly

This is still kind of a weird API, but dropping the (partial) update
of the passed in CoverageMappingRecord makes it a little easier to
understand and use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227900 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/CoverageMappingReader.h
lib/ProfileData/CoverageMappingReader.cpp