forked from OSchip/llvm-project
parent
664dc7678b
commit
9a74b8c677
llvm/lib/IR
|
@ -54,8 +54,7 @@ bool GCOVFile::read(GCOVBuffer &Buffer) {
|
||||||
return false;
|
return false;
|
||||||
Functions.push_back(GFun);
|
Functions.push_back(GFun);
|
||||||
}
|
}
|
||||||
}
|
} else if (isGCDAFile(Format)) {
|
||||||
else if (isGCDAFile(Format)) {
|
|
||||||
uint32_t Checksum2;
|
uint32_t Checksum2;
|
||||||
if (!Buffer.readInt(Checksum2)) return false;
|
if (!Buffer.readInt(Checksum2)) return false;
|
||||||
if (Checksum != Checksum2) {
|
if (Checksum != Checksum2) {
|
||||||
|
|
Loading…
Reference in New Issue