mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Test commit. Added whitespace in GCOV.cpp.
llvm-svn: 193224
This commit is contained in:
parent
7df5f52e81
commit
8c70a9ceed
@ -51,7 +51,7 @@ bool GCOVFile::read(GCOVBuffer &Buffer) {
|
|||||||
// Use existing function while reading .gcda file.
|
// Use existing function while reading .gcda file.
|
||||||
assert(i < Functions.size() && ".gcda data does not match .gcno data");
|
assert(i < Functions.size() && ".gcda data does not match .gcno data");
|
||||||
GFun = Functions[i];
|
GFun = Functions[i];
|
||||||
} else if (isGCNOFile(Format)){
|
} else if (isGCNOFile(Format)) {
|
||||||
GFun = new GCOVFunction();
|
GFun = new GCOVFunction();
|
||||||
Functions.push_back(GFun);
|
Functions.push_back(GFun);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user