summaryrefslogtreecommitdiff
path: root/lib/IR/GCOV.cpp
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-11-21 04:12:10 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-11-21 04:12:10 +0000
commit53daa8e8f3c8fafc213965c2e7ff966e35610e7b (patch)
tree14fb75c39e5feb36c9c211e8ea19194050cc8406 /lib/IR/GCOV.cpp
parent6431960be37d32ea6c3977f506c4ef938125bb02 (diff)
downloadllvm-53daa8e8f3c8fafc213965c2e7ff966e35610e7b.tar.gz
llvm-53daa8e8f3c8fafc213965c2e7ff966e35610e7b.tar.bz2
llvm-53daa8e8f3c8fafc213965c2e7ff966e35610e7b.tar.xz
llvm-cov: Formatting change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/GCOV.cpp')
-rw-r--r--lib/IR/GCOV.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/IR/GCOV.cpp b/lib/IR/GCOV.cpp
index 622c4f7851..b48e147449 100644
--- a/lib/IR/GCOV.cpp
+++ b/lib/IR/GCOV.cpp
@@ -54,8 +54,7 @@ bool GCOVFile::read(GCOVBuffer &Buffer) {
return false;
Functions.push_back(GFun);
}
- }
- else if (isGCDAFile(Format)) {
+ } else if (isGCDAFile(Format)) {
uint32_t Checksum2;
if (!Buffer.readInt(Checksum2)) return false;
if (Checksum != Checksum2) {