Fix formatting
authorTobias Grosser <tobias@grosser.es>
Wed, 12 Feb 2014 01:55:28 +0000 (01:55 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 12 Feb 2014 01:55:28 +0000 (01:55 +0000)
llvm-svn: 201204

polly/lib/Analysis/TempScopInfo.cpp

index 7474d5e..a685db6 100644 (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