[llvm-commits] [llvm] r172813 - /llvm/trunk/lib/Transforms/Instrumentation/BlackList.cpp

Alexey Samsonov samsonov at google.com
Fri Jan 18 04:49:07 PST 2013


Author: samsonov
Date: Fri Jan 18 06:49:06 2013
New Revision: 172813

URL: http://llvm.org/viewvc/llvm-project?rev=172813&view=rev
Log:
80 columns

Modified:
    llvm/trunk/lib/Transforms/Instrumentation/BlackList.cpp

Modified: llvm/trunk/lib/Transforms/Instrumentation/BlackList.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/BlackList.cpp?rev=172813&r1=172812&r2=172813&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/BlackList.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/BlackList.cpp Fri Jan 18 06:49:06 2013
@@ -114,7 +114,8 @@
           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;
 





More information about the llvm-commits mailing list