We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3271b03 commit 11f878fCopy full SHA for 11f878f
llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
@@ -318,9 +318,8 @@ void RuntimeLibcallEmitter::emitSystemRuntimeLibrarySetCalls(
318
SetTheory Sets;
319
320
DenseMap<const Record *, std::vector<const Record *>> Func2Preds;
321
- Sets.addExpander(
322
- "LibcallImpls",
323
- std::make_unique<LibcallPredicateExpander>(*this, Func2Preds));
+ Sets.addExpander("LibcallImpls", std::make_unique<LibcallPredicateExpander>(
+ *this, Func2Preds));
324
325
const SetTheory::RecVec *Elements =
326
Sets.expand(R->getValueAsDef("MemberList"));
0 commit comments