From b835a4403adf0d808c73be0521d572c82799beee Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Wed, 4 Dec 2013 08:23:33 +0000 Subject: Revert r196358: "llvm-cov: Added support for function checksums." This currently breaks clang/test/CodeGen/code-coverage.c. The root cause is that the newly introduced access to Funcs[j] is out of bounds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196365 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/GCOV.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm') diff --git a/include/llvm/Support/GCOV.h b/include/llvm/Support/GCOV.h index 188c4126f1..6111d3aebe 100644 --- a/include/llvm/Support/GCOV.h +++ b/include/llvm/Support/GCOV.h @@ -250,7 +250,6 @@ public: private: GCOVFile &Parent; uint32_t Ident; - uint32_t Checksum; uint32_t LineNumber; StringRef Name; StringRef Filename; -- cgit v1.2.3