Skip to content

Commit dcd8028

Browse files
committed
clang-format
1 parent c00a1a1 commit dcd8028

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/IPO/IROutliner.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,8 @@ static void fillOverallFunction(
22352235
*CurrentGroup.OutlinedFunction, CurrentGroup.EndBBs);
22362236

22372237
// Transfer the attributes from the function to the new function.
2238-
for (Attribute A : CurrentOS->ExtractedFunction->getAttributes().getFnAttrs()) {
2238+
for (Attribute A :
2239+
CurrentOS->ExtractedFunction->getAttributes().getFnAttrs()) {
22392240
// QC-Specific - Begin
22402241
if (M.getTargetTriple().isRISCV() && A.getKindAsString() == "interrupt")
22412242
continue;

0 commit comments

Comments
 (0)