From fe7d2b61f297d61f2553dd7d811ac32d35d25997 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Fri, 18 Jan 2013 12:49:06 +0000 Subject: [PATCH] 80 columns git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172813 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/BlackList.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Transforms/Instrumentation/BlackList.cpp b/lib/Transforms/Instrumentation/BlackList.cpp index d6b29833b61..a3cf84c3f44 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::const_iterator I = Entries.find(Section); if (I == Entries.end()) return false; -- 2.34.1