80 columns

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexey Samsonov 2013-01-18 12:49:06 +00:00
parent ae36eccdfb
commit fe7d2b61f2

View 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;