summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2014-07-08 13:07:23 +0000
committerDmitry Vyukov <dvyukov@google.com>2014-07-08 13:07:23 +0000
commitb0250948c6e52d6c1f7fcfc05af404a084f85c31 (patch)
treebba5195c4c059d4cff9cd8505af3ed70655d905c /compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
parent7e49b06446301c65319111c5b0c72169d66a9bb4 (diff)
downloadbcm5719-llvm-b0250948c6e52d6c1f7fcfc05af404a084f85c31.tar.gz
bcm5719-llvm-b0250948c6e52d6c1f7fcfc05af404a084f85c31.zip
tsan: remove unnecessary line split
llvm-svn: 212527
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc')
-rw-r--r--compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc b/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
index 22843623a8d..87d4a4d9a83 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
@@ -187,8 +187,7 @@ u32 DD::allocateId(DDCallback *cb) {
id = id_gen++;
}
CHECK_LE(id, kMaxMutex);
- VPrintf(3, "#%llu: DD::allocateId assign id %d\n",
- cb->lt->ctx, id);
+ VPrintf(3, "#%llu: DD::allocateId assign id %d\n", cb->lt->ctx, id);
return id;
}
OpenPOWER on IntegriCloud