Fix formatting

llvm-svn: 201204
This commit is contained in:
Tobias Grosser 2014-02-12 01:55:28 +00:00
parent 3fa96d8378
commit 5ea6b58e4a
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ inline raw_ostream &operator<<(raw_ostream &OS, const BBCond &Cond) {
//===----------------------------------------------------------------------===//
// TempScop implementation
TempScop::~TempScop() {
}
TempScop::~TempScop() {}
void TempScop::print(raw_ostream &OS, ScalarEvolution *SE, LoopInfo *LI) const {
OS << "Scop: " << R.getNameStr() << ", Max Loop Depth: " << MaxLoopDepth