Don't do actual work inside an assert statement. Fixes PR11760!
authorNick Lewycky <nicholas@mxc.ca>
Sun, 23 Sep 2012 03:58:21 +0000 (03:58 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 23 Sep 2012 03:58:21 +0000 (03:58 +0000)
commit85aa4f6eee9c055c7911656e9d1a018b6088eb73
treefd6dec64ca7885a71b0d0d5492c335cf81d5d726
parent90d9e9405ec1e96ac8ee361a7a0641c252c3bc52
Don't do actual work inside an assert statement. Fixes PR11760!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164474 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/GCOV.cpp
test/Other/Inputs/llvm-cov.gcda [new file with mode: 0644]
test/Other/Inputs/llvm-cov.gcno [new file with mode: 0644]
test/Other/llvm-cov.test [new file with mode: 0644]