Minor change: No need to specify the namespace of raw_ostream.

llvm-svn: 185252
This commit is contained in:
Hongbin Zheng 2013-06-29 06:30:55 +00:00
parent 0a25727f31
commit f4adf0fc44
1 changed files with 1 additions and 1 deletions

View 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 {}