diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index a9aca8a66efe..fe8bafe8b91d 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -943,8 +943,8 @@ void Scop::printStatements(raw_ostream &OS) const { } void Scop::print(raw_ostream &OS) const { - OS.indent(4) << "Function: " - << getRegion().getEntry()->getParent()->getName() << "\n"; + OS.indent(4) << "Function: " << getRegion().getEntry()->getParent()->getName() + << "\n"; OS.indent(4) << "Region: " << getNameStr() << "\n"; printContext(OS.indent(4)); printStatements(OS.indent(4));