Skip to content

Commit bf05be5

Browse files
committed
[polly] Reformat due to d68826d
1 parent b4fc141 commit bf05be5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

polly/lib/Analysis/DependenceInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,8 @@ class DependenceInfoPrinterLegacyPass final : public ScopPass {
950950
bool runOnScop(Scop &S) override {
951951
DependenceInfo &P = getAnalysis<DependenceInfo>();
952952

953-
OS << "Printing analysis '" << P.getPassName() << "' for "
954-
<< "region: '" << S.getRegion().getNameStr() << "' in function '"
953+
OS << "Printing analysis '" << P.getPassName() << "' for " << "region: '"
954+
<< S.getRegion().getNameStr() << "' in function '"
955955
<< S.getFunction().getName() << "':\n";
956956
P.printScop(OS, S);
957957

polly/lib/Analysis/ScopBuilder.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,10 +2671,9 @@ void ScopBuilder::addUserContext() {
26712671
if (NameContext != NameUserContext) {
26722672
std::string SpaceStr = stringFromIslObj(Space, "null");
26732673
errs() << "Error: the name of dimension " << i
2674-
<< " provided in -polly-context "
2675-
<< "is '" << NameUserContext << "', but the name in the computed "
2676-
<< "context is '" << NameContext
2677-
<< "'. Due to this name mismatch, "
2674+
<< " provided in -polly-context " << "is '" << NameUserContext
2675+
<< "', but the name in the computed " << "context is '"
2676+
<< NameContext << "'. Due to this name mismatch, "
26782677
<< "the -polly-context option is ignored. Please provide "
26792678
<< "the context in the parameter space: " << SpaceStr << ".\n";
26802679
return;

0 commit comments

Comments
 (0)