forked from OSchip/llvm-project
parent
3fa96d8378
commit
5ea6b58e4a
|
@ -66,8 +66,7 @@ inline raw_ostream &operator<<(raw_ostream &OS, const BBCond &Cond) {
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// TempScop implementation
|
// TempScop implementation
|
||||||
TempScop::~TempScop() {
|
TempScop::~TempScop() {}
|
||||||
}
|
|
||||||
|
|
||||||
void TempScop::print(raw_ostream &OS, ScalarEvolution *SE, LoopInfo *LI) const {
|
void TempScop::print(raw_ostream &OS, ScalarEvolution *SE, LoopInfo *LI) const {
|
||||||
OS << "Scop: " << R.getNameStr() << ", Max Loop Depth: " << MaxLoopDepth
|
OS << "Scop: " << R.getNameStr() << ", Max Loop Depth: " << MaxLoopDepth
|
||||||
|
|
Loading…
Reference in New Issue