Minor change: No need to specify the namespace of raw_ostream.
authorHongbin Zheng <etherzhhb@gmail.com>
Sat, 29 Jun 2013 06:30:55 +0000 (06:30 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Sat, 29 Jun 2013 06:30:55 +0000 (06:30 +0000)
llvm-svn: 185252

polly/lib/Analysis/TempScopInfo.cpp

index 09ba52c..7537bdb 100644 (file)
@@ -70,7 +70,7 @@ void TempScop::print(raw_ostream &OS, ScalarEvolution *SE, LoopInfo *LI) const {
   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 {}