File tree 2 files changed +5
-6
lines changed 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 {
950
950
bool runOnScop (Scop &S) override {
951
951
DependenceInfo &P = getAnalysis<DependenceInfo>();
952
952
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 '"
955
955
<< S.getFunction ().getName () << " ':\n " ;
956
956
P.printScop (OS, S);
957
957
Original file line number Diff line number Diff line change @@ -2671,10 +2671,9 @@ void ScopBuilder::addUserContext() {
2671
2671
if (NameContext != NameUserContext) {
2672
2672
std::string SpaceStr = stringFromIslObj (Space, " null" );
2673
2673
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, "
2678
2677
<< " the -polly-context option is ignored. Please provide "
2679
2678
<< " the context in the parameter space: " << SpaceStr << " .\n " ;
2680
2679
return ;
You can’t perform that action at this time.
0 commit comments