mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Test commit. Added whitespace in GCOV.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96b5670cf4
commit
752d303a10
@ -51,7 +51,7 @@ bool GCOVFile::read(GCOVBuffer &Buffer) {
|
||||
// Use existing function while reading .gcda file.
|
||||
assert(i < Functions.size() && ".gcda data does not match .gcno data");
|
||||
GFun = Functions[i];
|
||||
} else if (isGCNOFile(Format)){
|
||||
} else if (isGCNOFile(Format)) {
|
||||
GFun = new GCOVFunction();
|
||||
Functions.push_back(GFun);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user