summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/GCOV.cpp
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-10-23 03:41:03 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-10-23 03:41:03 +0000
commitfce33969b1a50da63d669a25e350f7bdbecdd0ba (patch)
tree03bf09ebc429c8ea50b693d7758a9642244f5401 /llvm/lib/IR/GCOV.cpp
parent632fba3cb2ce4c7a75a226edc28084d26e4875c7 (diff)
downloadbcm5719-llvm-fce33969b1a50da63d669a25e350f7bdbecdd0ba.tar.gz
bcm5719-llvm-fce33969b1a50da63d669a25e350f7bdbecdd0ba.zip
Test commit. Added whitespace in GCOV.cpp.
llvm-svn: 193224
Diffstat (limited to 'llvm/lib/IR/GCOV.cpp')
-rw-r--r--llvm/lib/IR/GCOV.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/GCOV.cpp b/llvm/lib/IR/GCOV.cpp
index e16c7e6c76a..f810d377755 100644
--- 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);
}
OpenPOWER on IntegriCloud