[polly] r185252 - Minor change: No need to specify the namespace of raw_ostream.
Hongbin Zheng
etherzhhb at gmail.com
Fri Jun 28 23:30:55 PDT 2013
Author: ether
Date: Sat Jun 29 01:30:55 2013
New Revision: 185252
URL: http://llvm.org/viewvc/llvm-project?rev=185252&view=rev
Log:
Minor change: No need to specify the namespace of raw_ostream.
Modified:
polly/trunk/lib/Analysis/TempScopInfo.cpp
Modified: polly/trunk/lib/Analysis/TempScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/TempScopInfo.cpp?rev=185252&r1=185251&r2=185252&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/TempScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/TempScopInfo.cpp Sat Jun 29 01:30:55 2013
@@ -70,7 +70,7 @@ void TempScop::print(raw_ostream &OS, Sc
printDetail(OS, SE, LI, &R, 0);
}
-void TempScop::printDetail(llvm::raw_ostream &OS, ScalarEvolution *SE,
+void TempScop::printDetail(raw_ostream &OS, ScalarEvolution *SE,
LoopInfo *LI, const Region *CurR,
unsigned ind) const {}
More information about the llvm-commits
mailing list