File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments