mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 08:06:40 +00:00
[polly] Reformat due to d68826dfbd98
This commit is contained in:
parent
b4fc1418d9
commit
bf05be5b87
@ -950,8 +950,8 @@ public:
|
||||
bool runOnScop(Scop &S) override {
|
||||
DependenceInfo &P = getAnalysis<DependenceInfo>();
|
||||
|
||||
OS << "Printing analysis '" << P.getPassName() << "' for "
|
||||
<< "region: '" << S.getRegion().getNameStr() << "' in function '"
|
||||
OS << "Printing analysis '" << P.getPassName() << "' for " << "region: '"
|
||||
<< S.getRegion().getNameStr() << "' in function '"
|
||||
<< S.getFunction().getName() << "':\n";
|
||||
P.printScop(OS, S);
|
||||
|
||||
|
@ -2671,10 +2671,9 @@ void ScopBuilder::addUserContext() {
|
||||
if (NameContext != NameUserContext) {
|
||||
std::string SpaceStr = stringFromIslObj(Space, "null");
|
||||
errs() << "Error: the name of dimension " << i
|
||||
<< " provided in -polly-context "
|
||||
<< "is '" << NameUserContext << "', but the name in the computed "
|
||||
<< "context is '" << NameContext
|
||||
<< "'. Due to this name mismatch, "
|
||||
<< " provided in -polly-context " << "is '" << NameUserContext
|
||||
<< "', but the name in the computed " << "context is '"
|
||||
<< NameContext << "'. Due to this name mismatch, "
|
||||
<< "the -polly-context option is ignored. Please provide "
|
||||
<< "the context in the parameter space: " << SpaceStr << ".\n";
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user