summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-12-04 08:57:17 +0000
committerDaniel Jasper <djasper@google.com>2013-12-04 08:57:17 +0000
commitbfbf8d3ad8990f89353c930e3223e010eed43833 (patch)
tree58c7393973bab26158646e1bb383b1a682deb7dd /include/llvm
parentb835a4403adf0d808c73be0521d572c82799beee (diff)
downloadllvm-bfbf8d3ad8990f89353c930e3223e010eed43833.tar.gz
llvm-bfbf8d3ad8990f89353c930e3223e010eed43833.tar.bz2
llvm-bfbf8d3ad8990f89353c930e3223e010eed43833.tar.xz
Un-revert r196358: "llvm-cov: Added support for function checksums."
And add the proper fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Support/GCOV.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/GCOV.h b/include/llvm/Support/GCOV.h
index 6111d3aebe..188c4126f1 100644
--- a/include/llvm/Support/GCOV.h
+++ b/include/llvm/Support/GCOV.h
@@ -250,6 +250,7 @@ public:
private:
GCOVFile &Parent;
uint32_t Ident;
+ uint32_t Checksum;
uint32_t LineNumber;
StringRef Name;
StringRef Filename;