[polly] r204169 - Fix source code formatting
Tobias Grosser
tobias at grosser.es
Tue Mar 18 11:51:11 PDT 2014
Author: grosser
Date: Tue Mar 18 13:51:11 2014
New Revision: 204169
URL: http://llvm.org/viewvc/llvm-project?rev=204169&view=rev
Log:
Fix source code formatting
Modified:
polly/trunk/lib/Analysis/ScopInfo.cpp
Modified: polly/trunk/lib/Analysis/ScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopInfo.cpp?rev=204169&r1=204168&r2=204169&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/ScopInfo.cpp Tue Mar 18 13:51:11 2014
@@ -943,8 +943,8 @@ void Scop::printStatements(raw_ostream &
}
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));
More information about the llvm-commits
mailing list