Skip to content

Commit bdc71cc

Browse files
committed
clang-format
1 parent 1b26066 commit bdc71cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/lib/IR/Attributes.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,8 +2539,10 @@ static bool checkSectionsMSVC(const Function &Caller, const Function &Callee) {
25392539
if (CallerComparable != CalleeComparable)
25402540
return false;
25412541

2542-
StringRef CallerComparableSection = CallerSection.substr(0, CallerComparable);
2543-
StringRef CalleeComparableSection = CalleeSection.substr(0, CallerComparable);
2542+
StringRef CallerComparableSection =
2543+
CallerSection.substr(0, CallerComparable);
2544+
StringRef CalleeComparableSection =
2545+
CalleeSection.substr(0, CallerComparable);
25442546
return !CallerComparableSection.compare(CalleeComparableSection);
25452547
} else if (isCalleePaged)
25462548
return false;

0 commit comments

Comments
 (0)