mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ae36eccdfb
commit
fe7d2b61f2
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user