Fix source code formatting

llvm-svn: 204169
This commit is contained in:
Tobias Grosser 2014-03-18 18:51:11 +00:00
parent 72ceb7bc73
commit 4eb7ddb13a
1 changed files with 2 additions and 2 deletions

View File

@ -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));