Skip to content

Commit 11f878f

Browse files
committed
Manually clang-format since my local copy seems to disagree with bot
1 parent 3271b03 commit 11f878f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,8 @@ void RuntimeLibcallEmitter::emitSystemRuntimeLibrarySetCalls(
318318
SetTheory Sets;
319319

320320
DenseMap<const Record *, std::vector<const Record *>> Func2Preds;
321-
Sets.addExpander(
322-
"LibcallImpls",
323-
std::make_unique<LibcallPredicateExpander>(*this, Func2Preds));
321+
Sets.addExpander("LibcallImpls", std::make_unique<LibcallPredicateExpander>(
322+
*this, Func2Preds));
324323

325324
const SetTheory::RecVec *Elements =
326325
Sets.expand(R->getValueAsDef("MemberList"));

0 commit comments

Comments
 (0)