mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 18:11:19 +00:00
llvm-cov: Removed extra semicolon from ;;.
llvm-svn: 197418
This commit is contained in:
parent
b1612c18ab
commit
8742a28560
@ -81,7 +81,7 @@ bool GCOVFile::readGCDA(GCOVBuffer &Buffer) {
|
||||
if (!Buffer.readInt(Length)) return false;
|
||||
if (!Buffer.readInt(Dummy)) return false; // checksum
|
||||
if (!Buffer.readInt(Dummy)) return false; // num
|
||||
if (!Buffer.readInt(RunCount)) return false;;
|
||||
if (!Buffer.readInt(RunCount)) return false;
|
||||
Buffer.advanceCursor(Length-3);
|
||||
}
|
||||
while (Buffer.readProgramTag()) {
|
||||
|
Loading…
Reference in New Issue
Block a user