From: Hongbin Zheng Date: Sat, 29 Jun 2013 06:30:55 +0000 (+0000) Subject: Minor change: No need to specify the namespace of raw_ostream. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4adf0fc44c9759a23f920863d9500ab9f281b69;p=platform%2Fupstream%2Fllvm.git Minor change: No need to specify the namespace of raw_ostream. llvm-svn: 185252 --- diff --git a/polly/lib/Analysis/TempScopInfo.cpp b/polly/lib/Analysis/TempScopInfo.cpp index 09ba52c..7537bdb 100644 --- a/polly/lib/Analysis/TempScopInfo.cpp +++ b/polly/lib/Analysis/TempScopInfo.cpp @@ -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 {}