Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnswitch.cpp
index 42db079a5d9bd7f386d66520e2b96005eb5f2a1d..e21d41ac0a37b0cc825d6108a0b7f646a647cd0f 100644 (file)
@@ -217,7 +217,7 @@ namespace {
                                     BasicBlock **LoopExit = nullptr);
 
   };
-} // namespace
+}
 
 // Analyze loop. Check its size, calculate is it possible to unswitch
 // it. Returns true if we can unswitch this loop.