projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
632fba3
)
Test commit. Added whitespace in GCOV.cpp.
author
Yuchen Wu
<yuchenericwu@hotmail.com>
Wed, 23 Oct 2013 03:41:03 +0000
(
03:41
+0000)
committer
Yuchen Wu
<yuchenericwu@hotmail.com>
Wed, 23 Oct 2013 03:41:03 +0000
(
03:41
+0000)
llvm-svn: 193224
llvm/lib/IR/GCOV.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/IR/GCOV.cpp
b/llvm/lib/IR/GCOV.cpp
index e16c7e6c76a73e9552134ddb1fc8eaf5ce560bfe..f810d377755ce45018d9f642bbea42e59f804c2c 100644
(file)
--- a/
llvm/lib/IR/GCOV.cpp
+++ b/
llvm/lib/IR/GCOV.cpp
@@
-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);
}