[llvm-cov] Remove some asserts in the html renderer (NFC)
authorVedant Kumar <vsk@apple.com>
Fri, 9 Sep 2016 18:44:40 +0000 (18:44 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 9 Sep 2016 18:44:40 +0000 (18:44 +0000)
commitc236e5a0f1b9b8118428bec5a7adf3e3efc86cf1
tree9db52be9875bcc375a61093283d7ad47f0369cbf
parent627d78f6c2c19e3539193213fd9700c697991acf
[llvm-cov] Remove some asserts in the html renderer (NFC)

These asserts are making tests fragile. The renderer does not enter an
invalid state when they fail, however, it may spit out a garbled
coverage report because the source text no longer matches the provided
coverage mapping.

Another follow-up to r281072.

llvm-svn: 281076
llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp