forked from OSchip/llvm-project
Minor change: No need to specify the namespace of raw_ostream.
llvm-svn: 185252
This commit is contained in:
parent
0a25727f31
commit
f4adf0fc44
|
@ -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 {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue