summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-12-04 08:23:33 +0000
committerDaniel Jasper <djasper@google.com>2013-12-04 08:23:33 +0000
commitb835a4403adf0d808c73be0521d572c82799beee (patch)
treec9c0e2d383d8d28c5bb2eec068688de53b322ce8 /include
parentdd302615b1c823036394060d3f45fb9ec2043e50 (diff)
downloadllvm-b835a4403adf0d808c73be0521d572c82799beee.tar.gz
llvm-b835a4403adf0d808c73be0521d572c82799beee.tar.bz2
llvm-b835a4403adf0d808c73be0521d572c82799beee.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/GCOV.h1
1 files changed, 0 insertions, 1 deletions
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;