80 columns
authorAlexey Samsonov <samsonov@google.com>
Fri, 18 Jan 2013 12:49:06 +0000 (12:49 +0000)
committerAlexey Samsonov <samsonov@google.com>
Fri, 18 Jan 2013 12:49:06 +0000 (12:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172813 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/BlackList.cpp

index d6b29833b615d82169e25eddd5d7149cd50fd57a..a3cf84c3f44310cc1cffb792edd47a192b8e36db 100644 (file)
@@ -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;