aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-01-18 12:49:06 +0000
committerAlexey Samsonov <samsonov@google.com>2013-01-18 12:49:06 +0000
commitfe7d2b61f297d61f2553dd7d811ac32d35d25997 (patch)
treeef67611d9721356187fccef46421c1acc1e820a4
parentae36eccdfbad53a1e76ca263b7540b84d50d3524 (diff)
80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172813 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/Instrumentation/BlackList.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/BlackList.cpp b/lib/Transforms/Instrumentation/BlackList.cpp
index d6b29833b6..a3cf84c3f4 100644
--- a/lib/Transforms/Instrumentation/BlackList.cpp
+++ b/lib/Transforms/Instrumentation/BlackList.cpp
@@ -114,7 +114,8 @@ bool BlackList::isInInit(const GlobalVariable &G) const {
inSection("global-init-type", GetGVTypeString(G)));
}
-bool BlackList::inSection(const StringRef Section, const StringRef Query) const {
+bool BlackList::inSection(const StringRef Section,
+ const StringRef Query) const {
StringMap<Regex*>::const_iterator I = Entries.find(Section);
if (I == Entries.end()) return false;