Skip to content

Commit 8221c72

Browse files
vitalybukamelver
authored andcommitted
[NFC][SpecialCaseList] Remove LLVM_ABI from SpecialCaseList::Matcher::preprocess. (llvm#164526)
Copied here from header by mistake. --------- Co-authored-by: Marco Elver <[email protected]>
1 parent 2e21b70 commit 8221c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/SpecialCaseList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber) {
111111
return std::visit([&](auto &V) { return V.insert(Pattern, LineNumber); }, M);
112112
}
113113

114-
LLVM_ABI void SpecialCaseList::Matcher::preprocess(bool BySize) {
114+
void SpecialCaseList::Matcher::preprocess(bool BySize) {
115115
return std::visit([&](auto &V) { return V.preprocess(BySize); }, M);
116116
}
117117

0 commit comments

Comments
 (0)